Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danpaquin/coinbasepro-python
/ on_close
Method
on_close
cbpro/websocket_client.py:162–163 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
160
self.message_count += 1
161
162
def
on_close(self):
163
print(
"-- Goodbye! --"
)
164
165
166
wsClient = MyWebsocketClient()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected