sinfulspartan

Results 2 comments of sinfulspartan

Figured out the solution: /socket.io/ was missing from the url string func _init(url: String): url = _preprocess_url(url) _url = "%ssocket.io/?EIO=4&transport=websocket" % url

Got it. This was a fresh node and socket io setup. So I’m guessing this is the default. May just put a comment that it may need this to connect. ...