1
Network / SFML window freezes while it waits for data to be received
« on: February 25, 2014, 11:41:38 am »
Hi guys.
Although I've already set my TCPSocket to non-blocking mode, the window still freezes (unresponsive) every single time when it is waiting for data to be received. I had tried to solve this problem with thread (with sleep and pause function) too but it didn't work though.
Although I've already set my TCPSocket to non-blocking mode, the window still freezes (unresponsive) every single time when it is waiting for data to be received. I had tried to solve this problem with thread (with sleep and pause function) too but it didn't work though.