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
Fix client leak when query operations throw exceptions
- When putClientBack=false (query ops), return client if operation fails
- Added operationSucceeded flag to track success/failure
- Catch all exception types from Reconnect to prevent closed client return
- Ensures clients are returned when SessionDataSet isn't created
Co-authored-by: CritasWang <19721744+CritasWang@users.noreply.github.com>
0 commit comments