Merge pull request #10 from jhalitaksoy/fix/ws-ping-time
set PING_INTERVAL 15000
This commit is contained in:
commit
b1a73167eb
@ -5,7 +5,7 @@ import WebSocket from "ws"
|
|||||||
import * as http from 'http';
|
import * as http from 'http';
|
||||||
import { channel_ping, channel_pong } from "../consts/channel_names";
|
import { channel_ping, channel_pong } from "../consts/channel_names";
|
||||||
|
|
||||||
const PING_INTERVAL = 3000;
|
const PING_INTERVAL = 15000;
|
||||||
|
|
||||||
export class RTMTWS implements RTMT {
|
export class RTMTWS implements RTMT {
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user