FredyH / GWSockets

WebSockets for GLua
MIT License
87 stars 7 forks source link

Callbacks not working #14

Closed tatelax closed 4 years ago

tatelax commented 4 years ago

Hey,

I've got a simple websocket server written in NodeJS. My websocket server detects the connection to the client but callbacks on the Gmod server are not firing.

My addon code is copypasted exactly as your example with only the URL changed.

tatelax commented 4 years ago

I figured out my issue. My server was in hibernation.