denoland / fastwebsockets

A fast RFC6455 WebSocket implementation
https://docs.rs/fastwebsockets/
Apache License 2.0
845 stars 61 forks source link

Reconnecting on disconnect #45

Open MTRNord opened 1 year ago

MTRNord commented 1 year ago

Hi I was wondering if there is an easy way to automatically start a new connection in case of any error which wasn't opcode quit. Did anyone do that yet? :)