qualisys / qualisys_dotnet_sdk

C# (.NET) implementation of the real-time protocol for Qualisys Track Manager
MIT License
8 stars 5 forks source link

Assure whole packets are always read #20

Closed EmilRosenquist closed 3 years ago

EmilRosenquist commented 3 years ago

By setting the inner receive to blocking we assures that the whole packet is always read. This is needed since otherwise we could read partial packets which would invalidate the next receive.