feat(batch23): implement route subscription propagation and creation helpers
This commit is contained in:
@@ -27,6 +27,8 @@ public sealed partial class ClientConnection
|
||||
return;
|
||||
|
||||
var staleAfter = TimeSpan.FromTicks(pingInterval.Ticks * (pingMax + 1L));
|
||||
if (pingMax == 0 && staleAfter > TimeSpan.Zero)
|
||||
staleAfter = TimeSpan.FromTicks(Math.Max(1, pingInterval.Ticks / 2));
|
||||
if (staleAfter <= TimeSpan.Zero)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user