We've got a few reports where the client pops up the error message "Your connection to the server was unexpectedly shut down.", but the session continues working. In the log, we can see this error: > 2024-05-16T17:15:12: ServiceProcess: PeekNamedPipe error 1450 > 2024-05-16T17:15:12: Last line was repeated 6 time(s). > 2024-05-16T17:15:12: The SSH process unexpectedly exited before VNC viewer process. It seems something breaks in the communication with ssh, and tlclient therefore (incorrectly) assumes that ssh has died. 1450 is ERROR_NO_SYSTEM_RESOURCES, which Microsoft describes as "Insufficient system resources exist to complete the requested service.". So it sounds like something is seriously amiss with these client devices. The users are not reporting anything else that suggests the machine is bogged down, though.