Sergio Alberto Meneses
Sergio Alberto Meneses
Hi > Best guess: `item` is `Err`. Your code ignores such an item (not taking the `if let Some(Ok(packet)) = item {`) and Retina won't produce any more items, so...
Hi. >When using UDP transport, this is probably a bug I should fix, as the RTSP connection and the session are supposed to be separate concepts When i use UDP...
Hey. Here is the retina wireshark screenshot:  And the VLC screenshot:  Retina full [capture](https://uploadify.net/951bc1604cb15614/retina.pcapng) VLC full [capture](https://uploadify.net/feea37e194d757eb/vlc.pcapng) I just assuming this but retina is indeed closing the connection...
hey @scottlamb i was a little busy. >Retina should be following my habit of either returning errors or logging them, not both at once. If it returns, you can log...
It doesn't works, even when you try on a clean remix install (eg: `npx create-remix@latest`), also your templates files has dependency on node ([eg](https://github.com/ShafSpecs/remix-pwa/blob/6d09dfbff763130e2cfaac21344f735b7a935734/templates/ts/app/routes/resources/manifest%5B.%5Djson.ts#L2)) . I getting lots of errors...
Hey @ShafSpecs just want to know if are you working on this or need some help with?
Any news about this?
>Using this lib in Rust to communicate between programs is straightforward. Just share Formula types and optionally Serialize and Deserialize types. Ok i got it. I planning to use [rust-in-flutter](https://docs.cunarist.com/rust-in-flutter/about/),...