stayge-ws-client-sdk
    Preparing search index...

    Interface HeartbeatOptions

    interface HeartbeatOptions {
        maxMissedPongs?: number;
        pingIntervalMs?: number;
        pongTimeoutMs?: number;
    }
    Index

    Properties

    maxMissedPongs?: number

    연결 끊김으로 판단하는 연속 실패 횟수. 기본값: 3

    pingIntervalMs?: number

    Ping 전송 주기 (밀리초). 기본값: 20000 (20초)

    pongTimeoutMs?: number

    Pong 응답 타임아웃 (밀리초). 기본값: 5000 (5초)