You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can install and compile your code very easily, but for some reason a simple GET to a localhost server takes upwards of 20 seconds, whereas it is instant in firefox. Is there a Windows firewall setting or something that may be causing this?
The text was updated successfully, but these errors were encountered:
@elnormous
Im also having a really slow binary execution.
I'm using it to send data to influxdb 2 REST API. The data arrival with this library works just fine and appears in influxdb immediately. But the program keeps stuck and doesnt print any response after ~ 20-30 seconds. I think its the buffering of the response? Is there any way to skip response buffering?
EDIT:
If I pass a delay to the send method with chrono the execution of the binary is fast and the data arrives just fine although there is an error that is thrown: Request failed, error: Request timed out
I can install and compile your code very easily, but for some reason a simple GET to a localhost server takes upwards of 20 seconds, whereas it is instant in firefox. Is there a Windows firewall setting or something that may be causing this?
The text was updated successfully, but these errors were encountered: