Skip to content

Tags: kelvinkuo/pitaya

Tags

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactor player connection (topfreegames#125)

* Refactor player connection

Those commits decouple the logic of reading messages from the
service/handler and delegates the responsibility for the acceptor itself
by implementing a GetNextMessage method. TCP Acceptor now parses whole
messages one by one from the stream, this way we ensure not to read
partial messages anymore.

v1.0.0

Toggle v1.0.0's commit message
Refactor player connection

Those commits decouple the logic of reading messages from the
service/handler and delegates the responsibility for the acceptor itself
by implementing a GetNextMessage method. TCP Acceptor now parses whole
messages one by one from the stream, this way we ensure not to read
partial messages anymore.

v0.17.0

Toggle v0.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding etcd auth (topfreegames#118)

v0.16.1

Toggle v0.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix pitaya client interface (topfreegames#117)

v0.16.0

Toggle v0.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow client to customize handshake data (topfreegames#116)

v0.15.6-alpha

Toggle v0.15.6-alpha's commit message
Logging errors writing heartbeat

v0.15.5-logsv2

Toggle v0.15.5-logsv2's commit message
log before every heartbeat

v0.15.5-logsv1

Toggle v0.15.5-logsv1's commit message
improve agent logs

v0.15.5

Toggle v0.15.5's commit message
Change log level of GetSessionFromCtx

v0.15.4

Toggle v0.15.4's commit message
Trying again to fix dependencies