8000 Don't close in connection. It's closed explicitly on client side or i… · destructobeam/async-websocket@31abe54 · GitHub
[go: up one dir, main page]

Skip to content

Commit 31abe54

Browse files
committed
Don't close in connection. It's closed explicitly on client side or implicitly in Server.open.
1 parent 8f6cac0 commit 31abe54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/async/websocket/connection.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ def write(data)
9595

9696
def close
9797
@driver.close
98-
@socket.close
9998
end
10099
end
101100
end

0 commit comments

Comments
 (0)
0