diff --git a/src/Http.hx b/src/Http.hx index f0663c00..d33cdd3b 100644 --- a/src/Http.hx +++ b/src/Http.hx @@ -47,9 +47,13 @@ class Http { responses.add(() -> req.callback(b)); req.fulfilled = true; }; + #if !MACOS_BUNDLE hl.Gc.blocking(true); // Wtf is this shit + #end http.request(false); + #if !MACOS_BUNDLE hl.Gc.blocking(false); + #end } } #end