CxxProf icon indicating copy to clipboard operation
CxxProf copied to clipboard

NetworkReceiver: See if the blocking of the receive-function could create problems

Open monsdar opened this issue 10 years ago • 1 comments

We're currently blocking the receive function to deserialize and store data. We should check if this is a potential problem. A solution would be to create a incoming data queue which a second thread the deserializes and stores.

See TODO in NetworkReceiver.cpp (currently line 47 and 58)

monsdar avatar Apr 30 '14 19:04 monsdar

This issue is about something else, it is not fixed by the above commit :/

monsdar avatar Jun 08 '14 15:06 monsdar