8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
我看到在JS里面设置了
stompClient.heartbeat.outgoing = 30000; stompClient.heartbeat.incoming = 0;
那在心跳超时或者出现啥网络问题的时候,是怎么检测到心跳异常呢? 是会直接调用啥方法吗?