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
Ensure that the socket is always checked in after send_message_with_gle
Previously, unhandled exceptions could cause the driver to leave a pool
entry checked out indefinitely and would stall any other attempts from
the same thread to check out the item, as the orphaned socket was the
thread-affiliated socket.
Fix syntax to be 1.8-compatible
0 commit comments