kalucky0
kalucky0
I think he's coming back. He's been making some commits to other repo for past 2 days. I really hope he will come back to work on improving FastHub.
Have anyone managed to fix this?
@japaodsc I'm using listenMqtt
That's my code ```javascript login({email: "[email protected]", password: "password"}, (err, api) => { if (err) return console.error(err); api.listenMqtt((err, message) => { if (err) return console.error(err); if (message.body !== undefined) { //...
@lequanglam how is markAsSeen going? I'm starting to investigate it right now, if you could share your progress I would appreciate it.
Yesterday there were no errors, today morning were a lot of errors, now there are none. Seems pretty random to me.
The issue persists in [1.0.0](https://github.com/mapbox/mapbox-maps-flutter/releases/tag/1.0.0) release
Doesn't that break when opening the same screen the second time?