We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13afcd1 commit ab0e1c9Copy full SHA for ab0e1c9
source/funkin/backend/system/net/WebSocketUtil.hx
@@ -239,7 +239,7 @@ class WebSocketUtil implements IFlxDestroyable {
239
};
240
// because its already threaded.
241
if (this._threadedSend) _func();
242
- else new FlxTimer().start(0.0001, (tmr:FlxTimer) -> {
+ else new FlxTimer().start(0.01, (tmr:FlxTimer) -> {
243
_func();
244
});
245
}
0 commit comments