sensibill/socket.io-amqp

Socket.IO v3 and v4 compatibility

Opened this issue · 1 comments

I just wanted to check if anyone works on Socket.IO version 3/4 compatibility ? There were some breaking changes in socket.io-adapter package and this adapter seems to be unable to broadcast messages at this point.

(I will have a look if I can adjust it to work with the newer version, but let me know if anyone already did the work)

I actually implemented a new adapter that handles the various socket.io changes:
https://github.com/thinkalpha/socket.io-amqp0
https://www.npmjs.com/package/socket.io-amqp0

I will be adding a readme shortly, but, it is fairly straightforward to use without one if you review the tests.