This commit is contained in:
srgooglo 2022-05-29 17:49:52 +02:00
parent f2c75d1e2a
commit 52a7eca414

View File

@ -13,8 +13,10 @@ export default class ApiExtension extends Extension {
this.apiBridge = this.createBridge()
this.WSInterface = this.apiBridge.wsInterface
this.WSInterface.request = this.WSRequest
this.WSInterface.listen = this.handleWSListener
this.WSSockets = this.WSInterface.sockets
this.WSInterface.mainSocketConnected = false
}