Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigdra50/unity-cli
/ PingMessage
Class
PingMessage
relay/protocol.py:165–170 ·
view source on GitHub ↗
Heartbeat request
Source
from the content-addressed store, hash-verified
163
164
165
class
PingMessage(Message):
166
""
"Heartbeat request"
""
167
168
model_config = ConfigDict(frozen=True)
169
170
type: Literal[
"PING"
] =
"PING"
171
172
173
class
CommandMessage(Message):
Callers
2
test_ping_message
Method · 0.90
_heartbeat_loop
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_ping_message
Method · 0.72