Soleo
Results
1
issues of
Soleo
I've added the possibility of using an authentication token when opening a connection. Here's how to use this feature: ```gdscript client = SocketIOClient.new(backendURL, { "token": "YOUR_TOKEN_HERE" }) ```