vscode-flix icon indicating copy to clipboard operation
vscode-flix copied to clipboard

Simplify websocket code

Open magnus-madsen opened this issue 1 year ago • 3 comments

All these functions:

  • connectToSocket
  • initialiseSocket
  • tryToConnect

seem overly complicated.

Can we delete all of them, start from scratch, and see how much we get for free with https://github.com/lukeed/sockette

magnus-madsen avatar Sep 09 '23 12:09 magnus-madsen