Mocky Balboa API Reference
    Preparing search index...

    Interface ConnectOptions

    Connection options for the WebSocket server client connection

    interface ConnectOptions {
        port?: number;
        timeout?: number;
    }
    Index

    Properties

    Properties

    port?: number

    Port number to connect to the WebSocket server on

    timeout?: number

    Timeout duration in milliseconds for establishing an identified connection with the WebSocket server