Closed jonathanleang closed 2 years ago
@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.
Thanks for creating this project !
how important is this ?