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

Delivery Client Handler Requires Player Timeout #12

Open
juanhaywood opened this issue Sep 19, 2021 · 0 comments
Open

Delivery Client Handler Requires Player Timeout #12

juanhaywood opened this issue Sep 19, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@juanhaywood
Copy link
Owner

Similar to #11 . If the same user sends multiple concurrent orders, they may be handled out of the order they are received, and thus the FP update that occurs at the end might not take FP costs of other concurrent orders into consideration.

I.e:

  1. My current fame points = 100
  2. I place an order that costs 40FP
  3. I immediately place another order that costs 10FP
  4. Bot concludes first order, and sets my FP balance to 60FP
  5. Bot concludes second order, but used the balance pre-first order, and thus sets my new FP to 90FP.
@juanhaywood juanhaywood added the bug Something isn't working label Sep 19, 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