-
Type: Bug
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Connectivity
-
None
-
Environment:OS: Windows 11 Pro
node.js / npm versions: 20.x
Additional info:
-
3
-
Developer Tools
Problem Statement/Rationale
After return from sleep mode or hybernate (hybernate 100%, sleep mode 60%) ssh connection is lost and I need to disconnect server and connect it again
Please be sure to attach relevant logs with any sensitive data redacted.
How to retrieve logs for: Compass; Shell
Steps to Reproduce
Create connection via ssh to mongodb instance.
Open some collection and view content
Enter in hybernate mode (in my case - close laptop cover)
Wait 5-10 minutes
Resume the laptop from hybernate
Try to open another collection
Expected Results
After some time the application detects that ssh connection is lost and reconnect again and return me results of the request.
Alternativly, check and recreate the connection or recreate without check after resuming from hybernate or sleep mode.
Alternativly, when "Socket closed" error add a button to reconect.
Actual Results
Long time waiting and Socket Closed message without ability to reconect.
Additional Notes
Any additional information that may be useful to include.