rsocket / rsocket-net

.NET implementation of RSocket
Apache License 2.0
252 stars 42 forks source link

RSocket client is not sending a Hearbeat packet to the server. #13

Open AmrutAnegundi opened 4 years ago

AmrutAnegundi commented 4 years ago

On setting up the RSocket connection with options ( 10 seconds KeepAlive and 180 seconds LifeTime) the connection is getting closed on the .NET client side as server is not receiving any heartbeat messages. The issue is not replicated in Java RSocket client Library.

image

@OlegDokuka Can you please look into this with priority as we are blocked because of this issue.