Closed hoangtuan151 closed 2 years ago
Hi @hoangtuan151,
I'm sorry but at the moment Ikisocket only supports single instance. Wich means you can only use for a standard behavior of, one fiber instance per app. Not multiple fiber instances per app
Thx for your quick response @antoniodipinto , I think it would be a huge improvement ;) looking forward to it...
Describe the bug Firstly I want to say thx for your awesome work! My issue is that: in the same code base, I write 2 socket servers for different purposes. From
wscat
client, I connect to server A and then disconnect it and both disconnect event-handlers of 2 servers got invoked.To Reproduce Steps to reproduce the behavior:
main.go
customer_server.go
product_server.go
starting servers
wscat client-side
Only event-handler of relevant server will be called.