Skip to content

Fix send loop performance in DotNet implementation

Latest
Compare
Choose a tag to compare
@mikerochip mikerochip released this 01 Nov 05:07
· 1 commit to main since this release

As noted in #19, the await Task.Yield() send loop in the DotNet implementation was resulting in a huge perf hit due to the yield happening constantly. More noticeable with a larger number of active connections.