Hello everyone,
I implemented a TcpServer module (re-inventing the wheel for fun) that uses the socket package and the thread API from libuv. I tried to have it update a textbox whenever a client connects but instead got this error:
"Line 1 Error (R24) : Using uninitialized variable : tcpserver
in file Ring_EmbeddedCode QObject::~QObject: Timers cannot be stopped from another thread"
Can you please help me troubleshoot the problem by unpacking the attached archive and running Main.ring in debug mode? If you get past the above error, please also run time_client.ring in order to send requests to the server.
Thank you!
Oscar.