Skip to content

SocketClientService

@tsed/socketio-testing

Usage

typescript
import { SocketClientService } from "@tsed/socketio-testing";

See /packages/third-parties/socketio-testing/src/types/services/SocketClientService.ts.

Overview

ts
class SocketClientService implements OnDestroy {
    
    get(namespace?: string, path?: string): Promise<Socket>;
    $onDestroy(): void;
}

get

ts
get(namespace?: string, path?: string): Promise<Socket>;

$onDestroy

ts
$onDestroy(): void;

Released under the MIT License.