♻️ Moves throttling to socket out

This commit is contained in:
Rune Harlyk
2026-01-02 23:07:44 +01:00
parent 21bd4fa837
commit 4da929a6de
6 changed files with 34 additions and 45 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
export class throttler {
export class Throttler {
private _throttlePause: boolean
constructor() {
this._throttlePause = false