全局构造websocket类,聊天室实例化应用,心跳重连,uni-app
import interfaces from "../interface/interfaces.js" import dayjs from "dayjs"export default function chatWebsocket(userId,contactId, token, that) { this.socketTask = null; this.webSocketPingTimer = null; this.webSocketReconnectCount = 0; this.webSoc.
原创
2020-09-22 10:54:33 ·
924 阅读 ·
1 评论