Jonathan Almeida

Results 109 comments of Jonathan Almeida

Moved to bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=1812233 Change performed by the [Move to Bugzilla add-on](https://addons.mozilla.org/en-US/firefox/addon/move-to-bugzilla/).

You can `listen` to one address, and `connect` to another if that's what you mean. Could you explain in more detail otherwise?

The [example/remote_addr.rs](https://github.com/housleyjk/ws-rs/blob/master/examples/remote_addr.rs) might be what you're looking for, but just replace the `shake.remote_addr()` with ~~`shake.peer_addr()`~~ `shake.local_addr()`. You should be able to start your WebSocket as in the example: ``` rust...

No worries. I meant to write in `local_addr` in my above comment; fixed it.

@mirague it looks like #5 has the hash update that you're looking for. You can [cherry pick](https://git-scm.com/docs/git-cherry-pick) or just copy that patch to your project.

Just mentioning here that we are thinking offline on how these comments are generated with ChatGPT and using this PR to experiment with a good prompt template that could be...

I've thought about this for a bit and I don't think we should land this as-is. This area is a moving target to me with new tools and updates everyday,...

Sorry, to be clear, WebPush notifications work for all browsers when they are in the background, but with Taskcluster it doesn't look like we use WebPush but maybe a content...

It might be something else in that call stack that doesn't work in the background. 🙂

> Is it possible the JS is being paused because the mobile device hasn't granted permission for the app to run in the background? What permission are you referring to?...