rsocket-net icon indicating copy to clipboard operation
rsocket-net copied to clipboard

Issue with RSocketProtocol.Handler reading loop

Open davidfowl opened this issue 6 years ago • 0 comments

https://github.com/rsocket/rsocket-net/blob/1960d653226e4ea6c0d2fcbc9aa8cda284837b63/RSocket.Core/RSocketProtocol.Handler.cs#L28-L42

Doesn't properly handle the exit condition and could result in an infinite loop if partial data is sent and the read is completed.

See https://github.com/davidfowl/DocsStaging/blob/master/Pipelines.md#code-samples for more information.

davidfowl avatar Sep 11 '19 05:09 davidfowl