-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Rework auctionhouse Update causes people to be kicked if buy to many items at once #21140
Comments
CC: @Takenbacon |
AH Query packets were added to the throttler (here: https://github.com/azerothcore/azerothcore-wotlk/blob/master/src/server/game/Server/WorldSession.cpp#L1551-L1553). I'm guessing a buy also seems to send a query request. We can just increase the limits for now, it was noted in the AH PR that the current packet throttler implementation is not ideal for this use case to begin with but that'll need a good bit more work to properly handle. |
cc: @Takenbacon |
@skelUA I won't have time to look into it for a while, but it should be easy to debug and fix. Check here https://github.com/azerothcore/azerothcore-wotlk/blob/master/src/server/game/AuctionHouse/AuctionHouseSearcher.cpp#L663 |
Issue linked from CC: chromiecraft/chromiecraft#7657
Triage Notes: chromiecraft/chromiecraft#7657 (comment)
Original Post Below:
What client do you play on?
enUS
Faction
Alliance
Content Phase:
Generic
Current Behaviour
Buying 10 or more items at the same time from AH using Auctionator disconnects the player. Items are succesfully bought and can be found in mailbox after relog.
This problem started happening on Chromiecraft within the last month or so. For some reason server kicks the player. I did the same tests on other 3.3.5a servers with the same addon and there's no such issue.
Expected Blizzlike Behaviour
Server shouldn't kick the player.
Source
No source required.
Steps to reproduce the problem
Extra Notes
There are different working versions of Auctionator but it doesn't matter which one you are using for this test. I will put 2 links below for easy downloading:
1- https://forum.warmane.com/showthread.php?t=412904&p=3030654&viewfull=1#post3030654
2- https://felbite.com/addon/4868-auctionator/
AC rev. hash/commit
chromiecraft@5f020de
Operating system
Ubuntu 22.04
Modules
Customizations
None
Server
ChromieCraft
The text was updated successfully, but these errors were encountered: