ItsEthra / typst-live

Hot reloading for your typst files
MIT License
71 stars 8 forks source link

Bug: Automatic WebSocket Reconnection Between Frontend and Backend #13

Closed timon-schelling closed 6 months ago

timon-schelling commented 6 months ago

Requesting the implementation of automatic reconnection for WebSocket connections between the frontend and backend. This feature would help maintain a stable connection and improve user experience by reducing manual reconnection needs during drops or interruptions.

ItsEthra commented 6 months ago

This is more of a bug than a feature request. I tried in the past to do reconnecting when connection is lost but js is acting weird so for now I'll leave it as is.

timon-schelling commented 6 months ago

I'll look into it, if I find the time. :)