ConnectionStatus

public struct ConnectionStatus

Current connection status of the listener.

  • The current number of the connections served by the listener.

    Declaration

    Swift

    public let connectionCount: UInt64
  • The current number of the active connections(BUSY) served by the listener.

    Declaration

    Swift

    public let activeConnectionCount: UInt64