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
DEV-29238 Close idle connections after 4 seconds (#91)
Allow connections to be idle for up to 4 seconds before not reusing. This strategy is needed
because we are seeing connections being closed by the server after 4 seconds, then when we attempt
to use, the call fails.
0 commit comments