maordadush
maordadush
If you have an interruption in your connection to your AVD machine after an hour, the Auto-Reconnect will not work because the JWT bearer token is invalid(by default, access tokens...
When building on Linux/Unix, spdlog/details/tcp_client.h fails to compile because it uses fcntl(), F_GETFL, F_SETFL, O_NONBLOCK, F_SETFD, and FD_CLOEXEC without including . git log ``` commit 3f03542d2eb4952e3b279d9cad9098d370b7be57 (HEAD -> v1.x, origin/v1.x,...
Fix missing include in tcp_client.h. This resolves compilation failures on Linux/Unix when building with TCP logging enabled. Fixes gabime/spdlog#3496