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
feat(client): Add maintenance pause mechanism for socket operations
- Introduced `#pausedForMaintenance` flag to temporarily halt writing commands to the socket during maintenance windows.
- Added `#resumeFromMaintenance` method to handle socket replacement and resume operations after maintenance.
- Updated `#write` method to respect the `#pausedForMaintenance` flag, preventing new commands from being written during maintenance.
0 commit comments