I'm testing the newest version of sgcWebSockets in Delphi to try to connect to a socket.io server.
The server I'm connecting to is using this type of auth:
https://socket.io/docs/v4/client-options/#auth
I can't see any documentation that this type of auth is supported. I've tried using TsgcWebSocketClient Authentication.Token, but that doesn't seem to work with this type of auth.
The server I'm connecting to is using this type of auth:
https://socket.io/docs/v4/client-options/#auth
I can't see any documentation that this type of auth is supported. I've tried using TsgcWebSocketClient Authentication.Token, but that doesn't seem to work with this type of auth.