From sgcWebSockets 4.4.7, Socket.IO 3 API is supported. Now by default, when you create an instance of Socket.IO Client, it's configured against API 3.* Sample Find below a simple sample of how connect to Socket.IO API 3 server // create websocket clientoClient := TsgcWebSocketClient.Create(nil);oClient.Host := 'socketio-chat-h9jt.herok...