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
After #2149 the client conn can be updated, however services are created using this client conn with no lock protection. We should protect this with a lock and document that these client instances of the services should not be kept around in scope for an extended period of time, since the connection may die.
The text was updated successfully, but these errors were encountered:
After #2149 the client conn can be updated, however services are created using this client conn with no lock protection. We should protect this with a lock and document that these client instances of the services should not be kept around in scope for an extended period of time, since the connection may die.
The text was updated successfully, but these errors were encountered: