Closed webCoderLOL closed 7 years ago
Error message I saw was
session closed with reason wamp.close.transport_lost [WAMP transport was lost without closing the session before]
I forgot that I closed the event loop at onDisconnect method. Everything works great. Close this issue. :)
Hi,
The reconnect functionality seems to be working in certain condition. Maybe I am missing some configurations. I can see ApplicationRunner try to reconnect when it fails initially
my stdout
which is awesome. However, if the network connection drops in the middle of operation, it doesn't seem to kick start the _reconnect() function again. I don't see
in my stdout. Here is my code
I am still learning asyncio. Thanks for you help.