The ternary statement on this line looks incorrect:
message = async_status == MONGOC_ASYNC_CMD_TIMEOUT ? "connection error" : "connection timeout";
- is related to
-
PHPC-750 Unexpected connection error calling ismaster
-
- Closed
-