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

Fix agent socket cleanup #343

Closed rsafonseca closed 1 year ago

rsafonseca commented 1 year ago

Fixes https://github.com/topfreegames/pitaya/issues/289 Resolves several test flakes Ensures Acceptors are listening before moving forward with initialization

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 6172031201


Changes Missing Coverage Covered Lines Changed/Added Lines %
acceptor/tcp_acceptor.go 0 6 0.0%
acceptor/ws_acceptor.go 3 9 33.33%
<!-- Total: 8 20 40.0% -->
Files with Coverage Reduction New Missed Lines %
modules/binary.go 2 73.91%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 6164253248: -0.08%
Covered Lines: 4797
Relevant Lines: 7772

💛 - Coveralls