topfreegames / pitaya

Scalable game server framework with clustering support and client libraries for iOS, Android, Unity and others through the C SDK.
MIT License
2.35k stars 482 forks source link

feat(cli): add routes command #374

Closed kalabiyau closed 6 months ago

kalabiyau commented 10 months ago

Allow pitaya-cli to print routes received by the protoclient.

example

2023/12/12 16:18:12 Using protobuf client
2023/12/12 16:18:12 connected!
2023/12/12 16:18:12 connector.docshandler.descriptors
2023/12/12 16:18:12 connector.docshandler.docs
2023/12/12 16:18:12 connector.sys.bindsession
2023/12/12 16:18:12 connector.sys.kick
2023/12/12 16:18:12 connector.sys.pushsession
coveralls commented 10 months ago

Pull Request Test Coverage Report for Build 7183517453


Files with Coverage Reduction New Missed Lines %
modules/binary.go 2 78.26%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 7132005378: -0.03%
Covered Lines: 4844
Relevant Lines: 7857

💛 - Coveralls