This commit is contained in:
Rolands 2022-11-07 18:32:20 +02:00
parent 7a65afdc1a
commit 25b1c6f146

View file

@ -118,7 +118,7 @@ export class WSClient {
return this.key_generator()
else{
WSClient.#key += 1
return WSClient.#key //neat js trick - symbols are unique even if their strings are identical
return WSClient.#key
}
}
}