SkipLabs / skip

Skip is a framework for building reactive services
https://skiplabs.io
MIT License
152 stars 10 forks source link

Print error message when client cannot connect to the websocket. #414

Open pikatchu opened 1 week ago

pikatchu commented 1 week ago

I also added import { WebSocket } from 'ws' for older version of node that don't have it by default.

beauby commented 1 week ago

Also: Node 22 will become LTS in October