feat: execute full-repo remaining parity closure plan
This commit is contained in:
@@ -25,6 +25,9 @@ public sealed class GatewayManager : IAsyncDisposable
|
||||
public string ListenEndpoint => $"{_options.Host}:{_options.Port}";
|
||||
public long ForwardedJetStreamClusterMessages => Interlocked.Read(ref _forwardedJetStreamClusterMessages);
|
||||
|
||||
internal static bool ShouldForwardInterestOnly(SubList subList, string account, string subject)
|
||||
=> subList.HasRemoteInterest(account, subject);
|
||||
|
||||
public GatewayManager(
|
||||
GatewayOptions options,
|
||||
ServerStats stats,
|
||||
|
||||
Reference in New Issue
Block a user