Dear eSeGeCe,
I'm using WebSocket client for a long time (since 2019), version 4.2.6
Nowadays, I need to integrate with some new system, over WebSocket and MQTT. When I tried to use the version from 2019, the server says "need upgrade" error.
So I purchased and installed new version (2024.7.0), I had to change some events property, finally the application has been able to be build.
But once the application is started, I got the error:
Error reading WS_clinet.WriteTimeout: Property WriteTimeout does not exits.
WS_client is the object based on the TsgcWebSocketClient.
I had deleted the WS_client from the form and added again, with the same result.
Using C++ 10.2 Tokio.
Do you know what can cause that problem? Did not found anything on your web or on the Google.
Many thanks,
Regards
Stan