jonataslaw / get_server

A backend server that makes it possible to program with Flutter syntax and reuse existing code
Apache License 2.0
475 stars 43 forks source link

SocketException: Connection reset by peer (OS Error: Connection reset by peer, errno = 104), address = 0.0.0.0 #93

Open inyong1 opened 1 year ago

inyong1 commented 1 year ago

My server crash and stopped when get this error in websocket. And I have to re-run the server. How to handle this error (maybe using try catch) ? image

jonataslaw commented 1 year ago

It never occurred to me, but I know how annoying it is when the server stops due to an error. I will add safeZone to the project to prevent this from happening.