Issue Details (XML | Word | Printable)

Key: BCNT-253
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: William (Kandoko)
Reporter: William (Kandoko)
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
BeanCounter

Changes Invoice lookup function to avoid false failures when the Servers Player Name Queue is too sluggish

Created: 06/May/09 06:41 PM   Updated: 17/Aug/09 11:29 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None


 Description  « Hide
Since the Player Name lookup is severely throttled We could fail looking up a mails invoice if the player checked the mail right after a GetAll command from auctioneer had been sent.

 All   Comments   Change History   Transitions   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
William (Kandoko) added a comment - 06/May/09 06:44 PM
r4201

BeanCounter should no longer time out when looking up invoices in the mail after and Auctionner GetAll/Fast Scan. ie the Server Name lookup throttle should no longer cause issues for BeanCounters mail recording


William (Kandoko) added a comment - 07/May/09 09:54 AM
The invoice lookup will terminate too early leading to a loss of reason codes on bids/buys

William (Kandoko) added a comment - 07/May/09 09:55 AM
changes wait line to

if invoiceType and bid and bid > 0 then


dinesh added a comment - 17/Aug/09 11:29 PM
limited code review only