Procurement-PoE / Procurement

Path Of Exile Character & Stash Management Tool
Artistic License 2.0
331 stars 133 forks source link

Restore ITransport GetStash with forceRefresh. #1032

Closed thailyn closed 5 years ago

thailyn commented 5 years ago

We need to be able to specify to an arbitrary ITransport implementation that we want to force refresh the stash tab. This fixes a bug where, when using the CachedTransport, tabs would never be refreshed, since forceRefresh would always be false.

Fixes #1029.

aydjay commented 5 years ago

Oh man - this is my fuckup from when I introduced the xbox/ps4 support...

Thanks for fixing it @thailyn

Looks good to me.