davidfowl / BedrockFramework

High performance, low level networking APIs for building custom servers and clients.
MIT License
1.05k stars 153 forks source link

Fix race condition in MemoryTransport.BindAsync #82

Closed sleemer closed 4 years ago

sleemer commented 4 years ago

This removes a race condition described in #81 by using TryGetValue+TryAdd.