Type alias SocketOptions<S>

SocketOptions<S>: Options<S, {
    context: Context;
}>

Represents the options that can be assigned in the constructor of a given socket type, for example new Dealer({...}). Readonly options for the particular socket will be omitted.

Typeparam

S The socket type to which the options should be applied.

Type Parameters

Generated using TypeDoc