reconnecting-websocket icon indicating copy to clipboard operation
reconnecting-websocket copied to clipboard

Why do we need minUptime?

Open happy15 opened this issue 4 years ago • 1 comments

minUptime is introduced in a rewrite (76b58cd4cea869a2c427f4475c5d175d5fecbfc0).

What's the problem of calling _acceptOpen immediately rather than minUptime seconds later?

happy15 avatar Feb 24 '21 10:02 happy15

Probably to avoid dead-loop in case of logical bug in the application.

beenotung avatar Apr 03 '21 11:04 beenotung