提交 d6e0eeb1 编写于 作者: G Guillermo Iguaran

Merge pull request #23370 from maclover7/actioncable-main-travis-build

Move Action Cable back to the main build
......@@ -30,7 +30,6 @@ rvm:
matrix:
allow_failures:
- rvm: ruby-head
- env: "GEM=ac"
fast_finish: true
notifications:
email: false
......
......@@ -146,15 +146,6 @@ def close
@ws.close
@closed.wait(WAIT_WHEN_EXPECTING_EVENT)
end
def close!
sock = BasicSocket.for_fd(@ws.instance_variable_get(:@stream).detach)
# Force a TCP reset
sock.setsockopt(Socket::SOL_SOCKET, Socket::SO_LINGER, [1, 0].pack('ii'))
sock.close
end
end
def faye_client(port)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册