arvanus
arvanus
Hi, so I`m building a WebSocket client inherited from TIdTCPClient, how can I contribute to Indy project? I named it TIdSimpleWebSocketClient (I'm accepting suggestions to it's name) main methods: ```...
Basically `writeText()` and `sendText()` do the same thing, its because I was working with Blackbox trial, and wanted to keep compatible with. I`ll change somethings, and send you an copy.
Hi can you please give a look? https://github.com/arvanus/Indy/blob/WebSocketImpl/Lib/Core/IdWebSocketSimpleClient.pas Any suggestions are welcome so that I can pull-request
Ok, I just need one suggestion from you, to keep it consistent with Indy patterns. Websocket protocol accepts both binary and text messages, How do you suggests me to implement...
Hi @wqmeng, can you give me some details of when this error occurs? Exactly at connection, is it right?
Question: Are you using Apache as a reserve proxy? I've got some problems because Apache reused the socket from the last connection disconnected by another client. If so you'll need...
So are you connecting directly? Swoole supports SSL connection directly ?
@lainz are you sure the server are sending you info? Try testing with https://websocket.org/echo.html demo service
Hi @Gregory667 You need to define the heartbeat event: https://github.com/arvanus/Indy/blob/4b2213573a15007a7a8cf767700a5ac5a6b5ee03/Lib/Core/IdWebSocketSimpleClient.pas#L537 If you hasn't defined the event then it's doing nothing Also do you have any exception in your server or...
Can you provide a reproducible sample?