Socket 建连适配器。

interface SocketAdapter {
    connect(config: SocketConnectConfig): Promise<SocketLike>;
}

Methods

Methods