Mazyod/PhoenixSharp

Socket automatic recovery

jonathanleang opened this issue · 2 comments

how important is this ?

@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 !