Race-condition fix
Some checks failed
Setup testing environment and test the code / build (push) Failing after 1m9s
Some checks failed
Setup testing environment and test the code / build (push) Failing after 1m9s
This commit is contained in:
@@ -80,6 +80,9 @@ export class WebSocketHandler {
|
||||
|
||||
public registerService(service: WSListenerPipe) {
|
||||
console.log("Registering service", service)
|
||||
if (this.connId) {
|
||||
service.onNewConnId(this.connId)
|
||||
}
|
||||
this.listeners.add(service);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user