-
-
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
Auction house - Not all auctions showing after creation #21011
Comments
I will check this. |
@sudlud Do you know if this existed prior to auctionhouse threading changes? So far from what I can see, interestingly enough the client requests the list in the middle of submitting auctions Selling 5 stacks of wool, for example, generates this from the client:
|
Yeah I would say this is not a new bug iirc |
From what I can surmise so far is the client seems to "randomly" (maybe prevented by an internal throttle?) request the auction list while selling items as a multiple stack, but doesn't seem to send a final request once done. The server doesn't know how many items the client will sell as a multiple stack as it is sending each stack as a separate CMSG_AUCTION_SELL_ITEM, so no way of forcing a final auction list query. I'd be interested in seeing a sniff of this from original 3.3.5 but that would be hard to find. |
Thanks for the research, maybe we can check our sniff storage from classic wotlk if there's any insights into this |
I'm on a older rev before the AH changes. no need to refresh (get out of the ui and come back) only clicked "search"^ No Auction addons. There's a difference in money, but when i tried to creathe auction the first time i had no moeny that's why the values are different but was done in 1 segment with no need to close the ah @sudlud and @Takenbacon Edit: I've checked Vanilla and Cata, can't test the same thing there as it uses the most recent AH (retail) UI. It seems this bug already existed before the new changes. (with my testing above) |
https://m.youtube.com/watch?v=FMnHB0y9h0w Minute 1:30 Looks like on original wotlk there was a delay of almost 2 seconds between each listing Edit: |
I think this is a function of auctionatoor i think ti interreupts the listing if you get out of that menu |
Current Behaviour
after creating new auctions, they do not immediately show in the auction house tab
Expected Blizzlike Behaviour
i would assume that they should show right after creation
Source
No response
Steps to reproduce the problem
lvl 70 horde troll priest
oily blackmouth
.additem 6358 24
.tele orgri
go to auction house
Add auction - oily blackmouth
stack size 5
click maximum stacks (will set to 4)
Create auctions
observe only 3 of the 4 created auctions showing in the list on the right
close auction house
reopen auction house
observe all 4 auctions showing correctly now
Extra Notes
No response
AC rev. hash/commit
0d6a0f8
Operating system
Windows 10 x64
Custom changes or Modules
No response
The text was updated successfully, but these errors were encountered: