MCPcopy Create free account
hub / github.com/ccxt/ccxt / handle_pong

Method handle_pong

python/ccxt/pro/bitget.py:2535–2537  ·  view source on GitHub ↗
(self, client: Client, message)

Source from the content-addressed store, hash-verified

2533 return 'ping'
2534
2535 def handle_pong(self, client: Client, message):
2536 client.lastPong = self.milliseconds()
2537 return message
2538
2539 def handle_subscription_status(self, client: Client, message):
2540 #

Callers 1

handle_messageMethod · 0.95

Calls 1

millisecondsMethod · 0.45

Tested by

no test coverage detected