MCPcopy 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

closeMethod · 0.80
oncloseMethod · 0.80
reconnectMethod · 0.80
onreconnectMethod · 0.80

Calls

no outgoing calls

Tested by 1