摘要:
TS端调用方法为:
connection.start()
.then(() => {
connection.invoke("adduserToConnection",account,connection.connectionId);
})
.catch((err) => {
console.error(err);
});
运行后一直报Error:Failed to invoke 'adduserToConnection' due to an error on the server错误 阅读全文