优化
This commit is contained in:
parent
291e75c150
commit
a40e32361a
@ -328,7 +328,7 @@ export class RemoteToolWebsocket {
|
||||
}
|
||||
|
||||
private onMessage() {
|
||||
this.instance.on("message", async (err, event: string) => {
|
||||
this.instance.on("message", async (_err, event: string) => {
|
||||
const data = JSON.parse(event) as PlatformEvent;
|
||||
console.log(Tag, 'receive', event)
|
||||
switch (data.eventType) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user