RPCServer.listen

Listen for and respond to connections.

class RPCServer(API, Listener = TCPListener!API)
void
listen
if (
is(API == class) &&
isListener!(Listener!API)
)

Parameters

maxQueuedConnections int

The maximum number of clients to hold in the backlog before rejecting connections.

Meta