Nathan Shaaban
Nathan Shaaban
We might be able to leverage https://tokio.rs/tokio/topics/bridging to use async internally but expose a sync interface. Not sure how that would work for people with conflicting tokio versions though. Might...
@1c3t3a how does this look for a the closure based callback interface for the server? This interface will involve several Arc Mutex locks, after/during implementation we can discuss other interfaces...
Agreed, the former make more sense. I'm writing the code in such a way that should enable us to write different API interfaces in the future (like more rusty/streams ones)...
I'm planning on implementing this. Here are some thoughts on requirements: Requirements: - HTTP polling server - Websocket server - Basic async (one thread per client) Goals: - Room support...
Sounds good. Thank you for having a good base to start with! And with such good documentation! Did you want to continue to support sync and full async? If so...
Looks like someone beat us to it https://github.com/Totodore/socketioxide implemented as a tower layer, interesting
Ran out of time. Need to still resolve the CI issue where for some reason the certificates are showing up as invalid hostnames. If someone could fix that bug, this...
Criticality of this has now increased due to the login with Logos button using a logo4 formed url scheme (#400 ). The same can be done for libronixdls. Testing for...
Seems reasonable, PRs are welcome!
Wouldn't snapcraft/flatpak satisify a similar request?