Denver Coneybeare
Denver Coneybeare
I've started https://github.com/firebase/firebase-cpp-sdk/actions/runs/1517371293 at cbabd46bb21141350856c8d08c833ed86a7d3ca3 which is the same as the previously-failed run but adds some logging to the build scripts to see if it is actually cleaning up unused...
I've started https://github.com/firebase/firebase-cpp-sdk/actions/runs/1519319776 at 1ead8627, which picks up 56c49c759309748a892705afa401cfaa7043cea7 which may fix the "No space left on device" build error.
I've started https://github.com/firebase/firebase-cpp-sdk/actions/runs/1548128356 at 44450eaad526f73e4895f836a2cccd55b99f2733 to add extra logging into grpc's `tcp_client_windows.cc` functions `on_connect()` and `tcp_connect()`.
I've started https://github.com/firebase/firebase-cpp-sdk/actions/runs/1550241575 at f4c25acc3bd57bf41dc338b1f41e34f9cea42acd to just add `deadline` logging to `tcp_connect()` in `tcp_client_windows.cc` in grpc. I'm guessing that this deadline will be 20 seconds, which could explain the 20-second...
I've started https://github.com/firebase/firebase-cpp-sdk/actions/runs/1580732639 to pick up the change in tcp_connect() in tcp_client_windows.cc in grpc that moves initialization of async_connect to before ConnectEx() to test the hypothesis that there is a...
I've started https://github.com/firebase/firebase-cpp-sdk/actions/runs/1588905525 to pick up a change where tcp_connect() logs the hostname/IP address to which it connects. This will assist in capturing the tcpdump requested by the grpc developers.
I've started https://github.com/firebase/firebase-cpp-sdk/actions/runs/1590444964 to pick up a change where tcp_connect() PROPERLY logs the hostname/IP address to which it connects. This will assist in capturing the tcpdump requested by the grpc...
As a side project, started https://github.com/firebase/firebase-cpp-sdk/actions/runs/1590647631 to see if we can avoid building for linux and macOS in the CPP Packaging action.
I've started https://github.com/firebase/firebase-cpp-sdk/actions/runs/1591093438 to pick up a change where tcp_connect() logs the ipv6 host name (in addition to the ipv4 host name).
I've started https://github.com/firebase/firebase-cpp-sdk/actions/runs/1710537244 to pick up a chance to grpc's `tcp_client_posix.cc` to add logging to `tcp_connect()`. This will help debug on macOS, where a customer has reproduced this bug.