HashtagSell / htsApp

HashtagSell Beta Application
0 stars 0 forks source link

user feed memory leak #118

Closed devinmckinney closed 9 years ago

that1guy commented 9 years ago

This issue was caused when a user navigates to a different route while the userFeed GET request to server is ongoing. This causes the feed not to pause. This is been resolved by canceling GET request if user switches route at same time.

devinmckinney commented 9 years ago

Can't confirm with user testing. Need unit tests.