yjs / y-websocket

Websocket Connector for Yjs
https://docs.yjs.dev/ecosystem/connection-provider/y-websocket
MIT License
492 stars 255 forks source link

how can I stop y-websocket-server? #164

Open Teyae opened 8 months ago

Teyae commented 8 months ago

I started y-websocket-server by the command PORT=1234 npx y-websocket-server

but how can I stop it ? I try to kill the PID but it seems like it can't be killed ultimately.

tim-hilt commented 8 months ago

For me hitting CTRL-C in the terminal works