Hi, thanks for that very kindly implemenation. But i think i found an issue:
On http://www.squaremobius.net/rabbit.js/ you wrote:
A context may be disconnected from the server with #close(). It will emit 'close' once the underlying connection has been terminated, by you or by an error.
Hi, thanks for that very kindly implemenation. But i think i found an issue:
On http://www.squaremobius.net/rabbit.js/ you wrote:
A context may be disconnected from the server with #close(). It will emit 'close' once the underlying connection has been terminated, by you or by an error.
But if i look into impl in file lib/socket.js:
There's only a callback (which works) accepted but no
close
event emitting.