erichaus

Results 77 comments of erichaus

can't you just resolve the promise prior to returning? ``` async transformWsUrl() { const url = await renewStreamUrl(...); return url; } ```

@onip gotcha, wondering if it's bc fundamentally this lib wasn't built with promise support and thus async-mqtt exists? Would need to refactor the code in connect/ws.js perhaps

@onip ok yeah in my app I have a separate authentication jwt/refresh mechanism that runs on an interval based on token expire, then in transformWsUrl I just use the latest...

hey @viridia, despite my acknowledgement above and mentioning how I have a separate auth mechanism on a timer, I'm actually sitting here thinking about how to deal with the exact...

just searched to see if this exists...

Just ran into this, can we get the peer dependencies updated please? @benoror how did you force install it?

interesting, in our case we have client websites that inject our ember app with certain possible "bindings" that would be on the customer page with our app... e.g. ``. I'm...

any movement on this?

is there any update on whether this is possible or could be added as a feature?