Skip to content
Commit a4222217 authored by Peter Grasch's avatar Peter Grasch
Browse files

Fixing network communication corruption

The method to process the server replies was not reentrant. As our
custom thread safe tcp socket did not account for that, a race condition
would occasionally mess with the read cursor.

BUG: 314264
parent ef0119f0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment