Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/socketio/socket.io-client-java
/ reset
Method
reset
src/main/java/io/socket/backo/Backoff.java:35–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
public
void
reset() {
36
this.attempts = 0;
37
}
38
39
public
Backoff setMin(long min) {
40
this.ms = min;
Callers
5
durationShouldIncreaseTheBackoff
Method · 0.95
close
Method · 0.80
onclose
Method · 0.80
reconnect
Method · 0.80
onreconnect
Method · 0.80
Calls
no outgoing calls
Tested by
1
durationShouldIncreaseTheBackoff
Method · 0.76