Socket automatic recovery
jonathanleang opened this issue · 2 comments
jonathanleang commented
how important is this ?
Mazyod commented
@jonathanleang it's just an enhancement. Currently, if the socket connection closes because of an error, it doesn't automatically attempt to reconnect for you. You have to handle the error, and reconnect manually.
In my project, I use a FSM to manage the socket state, so I don't need the library to handle recovery for me.
jonathanleang commented
Thanks for creating this project !