Async code calls MyStore.listen() twice. · Issue #628 · goatslacker/alt

Hello, I've come across an issue where MyStore.listen() will get called twice in my unit tests/production code if I use async code within the store. Here is my store code, the apiResolver is just a...