rsocket-net
rsocket-net copied to clipboard
Issue with RSocketProtocol.Handler reading loop
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.