Open hugomallet opened 9 years ago
Yes I have the same issue. Seems like they solved it in crossbar.io by adding a auto ping functionality. "auto_ping_interval": 1000, "auto_ping_timeout": 2000, "auto_ping_size": 4
Maybe that is an option for nightlife-rabbit too?
See this discussion: https://github.com/crossbario/autobahn-js/issues/127
Thanks @francois06
fixed by #7
Hello,
The problem:
Does the removeSession function in the router should also unregister the registered procedures and unsubscribe to subscribed topics?
Thank you, Hugo