saschagrunert / webapp.rs

A web application completely written in Rust. 🌍

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto reconnect the ws connection

Boscop opened this issue · comments

It would be useful to auto reconnect the ws connection in case it got disconnected (e.g. due to network issues).

I guess this would be a nice addition.

Will be fixed with #9

Solved with #9, where plain HTTP is used instead of a websocket connection.