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

[Discord] LobbyMemberTransactions are structs and need to be handled as value types #9

Open
james7132 opened this issue Jan 18, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@james7132
Copy link
Member

Discord's LobbyMemberTransactions are structs and need to be handled as value types. This is causing lobby or member change operations to fail as they are not being properly stored before being flushed. This is causing LockFailed errors to be fired when a lobby member has been edited more than once in a update tick.

The flushing of changes should also be encouraged and better documented.

@james7132 james7132 self-assigned this Jan 21, 2021
@james7132 james7132 added the bug Something isn't working label Jan 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant