Bläddra i källkod

用户自动注册

master
xuqm 1 år sedan
förälder
incheckning
12615d8de2
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. +2
    -2
      web/src/src/szyx-push-sdk.js

+ 2
- 2
web/src/src/szyx-push-sdk.js Visa fil

@@ -69,8 +69,8 @@ class SzyxPushClient {
} }


onMessage(call) { onMessage(call) {
let callId = Math.random()
if (this.mapCall.has(callId)) callId = Math.random()
let callId = this.guid()
if (this.mapCall.has(callId)) callId = this.guid()
this.mapCall.set(callId, call) this.mapCall.set(callId, call)
return callId return callId
} }


Laddar…
Avbryt
Spara