some improvements :D

This commit is contained in:
Zutatensuppe 2020-11-07 16:33:28 +01:00
parent 426c8578e5
commit 61837a155f
3 changed files with 180 additions and 176 deletions

View file

@ -56,7 +56,6 @@ export default class WsClient extends WsWrapper {
return
}
console.log(`ws dispatch ${type} ${tag}`)
for (const callback of callbacks) {
callback(...args)
}