Skip to content

Tags: maxzorzetti/pitaya

Tags

v2.7.5

Toggle v2.7.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: drain timeout not breaking loop, timeout drain variable referenc…

…ed instead of period

v1.1.12

Toggle v1.1.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: drain timeout not breaking loop

v2.7.4

Toggle v2.7.4's commit message
Add optional session drain

v1.1.11

Toggle v1.1.11's commit message
Add optional session drain

v2.7.3

Toggle v2.7.3's commit message
Update util.go

Enrich remote calls with request id and route.

v2.7.2

Toggle v2.7.2's commit message
remove extra line

v2.7.1

Toggle v2.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request topfreegames#339 from topfreegames/fix_spans

Fix span context

v2.7.0

Toggle v2.7.0's commit message
Fix topfreegames#317, Prevents premature closure of the channel in ca…

…se of a timeout that leads to a panic

1. Adjusting the timing of channel closures
2. Ensure that the channel is of sufficient size

v2.6.2

Toggle v2.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request topfreegames#330 from topfreegames/test_config_fix_

Fix viper config unmarshalling

v2.6.1

Toggle v2.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request topfreegames#319 from topfreegames/fix_certs

Fix problem with non-tls on metagame-base, improve certificate parsin…