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
rtrlib implements the sync timeout by blocking on receive for the remainder of the timeout. The SSH transport does not implement this at all. It returns immediately causing rtrlib to send a serial query way to often (about once per second).