You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the socket receives a bad frame during a read, it should raise a connection error by sending a connection.close frame and wait for the connection.close-ok before closing the socket.
When the socket receives a bad frame during a read, it should raise a connection error by sending a
connection.close
frame and wait for theconnection.close-ok
before closing the socket.See https://www.rabbitmq.com/protocol.html
Currently, the tcp connection is closed immediately on EOF or a bad frame in
deno-amqp/src/amqp_socket.ts
Line 317 in 6948c4d
The text was updated successfully, but these errors were encountered: