Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2 #9

Merged
merged 36 commits into from
Feb 10, 2024
Merged

Release 2 #9

merged 36 commits into from
Feb 10, 2024

Conversation

AmirRezaM75
Copy link
Owner

@AmirRezaM75 AmirRezaM75 commented Oct 20, 2023

Fix concurrent write to map.

  • Use sync.map for bids
  • Use sync.map for games
  • Use sync.map for players

@AmirRezaM75 AmirRezaM75 marked this pull request as draft October 20, 2023 16:27
server/handlers/game_handler.go Show resolved Hide resolved
server/handlers/game_handler.go Outdated Show resolved Hide resolved
server/models/game.go Outdated Show resolved Hide resolved
server/test.bash Outdated Show resolved Hide resolved
server/pkg/syncx/map.go Outdated Show resolved Hide resolved
@AmirRezaM75 AmirRezaM75 changed the title Use sync map Release 2 Feb 10, 2024
@AmirRezaM75 AmirRezaM75 marked this pull request as ready for review February 10, 2024 17:43
@AmirRezaM75 AmirRezaM75 merged commit 08de41b into main Feb 10, 2024
1 check passed
@AmirRezaM75 AmirRezaM75 deleted the fix/sync_map branch February 11, 2024 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant