Hello. I'm using the socket class in an application and I use socket.receive
to wait for data. The problem is that the interface gets locked while the
receive method is executing.
I want to see the interface so the user knows what's happening at any time.
Is that possible?
--
Regards,
Diego F.
to wait for data. The problem is that the interface gets locked while the
receive method is executing.
I want to see the interface so the user knows what's happening at any time.
Is that possible?
--
Regards,
Diego F.
Comment