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
New feature - idle timeout. ShutDownAfterInactivitySeconds variable in config, on global and config level allows to set time after which the service will be shutdown. The timer is restarted any time connection is opened or closed or the timer is reached and there are still open connections.
Improved behavior of forwarding multiple connections when service is starting or stopping
Additional logging when opening service connection