MCPcopy Index your code
hub / github.com/ccxt/ccxt / onPong

Method onPong

java/lib/src/main/java/io/github/ccxt/ws/WsClient.java:420–425  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

418 }
419
420 public void onPong() {
421 this.lastPong = System.currentTimeMillis();
422 if (this.verbose) {
423 System.out.println(getFormattedDate() + "Pong received: " + this.lastPong);
424 }
425 }
426
427 void onClose(Object reason) {
428 if (this.verbose) {

Callers 2

handleMessageMethod · 0.45
channelRead0Method · 0.45

Calls 1

getFormattedDateMethod · 0.95

Tested by

no test coverage detected