GUAC-1164: Reset request throttle after reconnect completed (prevent excessive reconnecting due to lengthy connects).
This commit is contained in:
parent
8d14118469
commit
de78a6efed
@ -209,5 +209,6 @@ int guac_rdp_disp_reconnect_needed(guac_rdp_disp* disp) {
|
||||
|
||||
void guac_rdp_disp_reconnect_complete(guac_rdp_disp* disp) {
|
||||
disp->reconnect_needed = 0;
|
||||
disp->last_request = guac_timestamp_current();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user