摘要: @Configuration("otcChatWebSocketConfig") @EnableWebSocket public class OtcChatWebSocketConfig implements WebSocketConfigurer { public static final Logger log = LoggerFactory.getLogger(OtcChatWeb... 阅读全文
posted @ 2019-10-22 11:02 我的bug 阅读(457) 评论(0) 推荐(0) 编辑
摘要: data () { return { ws: null,//建立的连接 lockReconnect: false,//是否真正建立连接 timeout: 28*1000,//30秒一次心跳 timeoutObj: null,//心跳心跳倒计时 serverTimeoutObj: null,//心跳倒计时 timeoutnum: null,//断开 重连倒计时 } }, created() { th 阅读全文
posted @ 2019-10-22 10:58 我的bug 阅读(8854) 评论(6) 推荐(1) 编辑