Rob Gilson
Rob Gilson
Has there been any recent progress on this?
@danielblignaut I'm running their example without compile errors (although I haven't figured out how to connect a client yet). In order to get a successful compile I ran: ``` git...
After a bit of trial and error I've gotten a Web Transport connection from Quiche to Chrome to send and receive data: https://github.com/D1plo1d/quiche/blob/webtransport-example/quiche/examples/webtransport-server.rs The pull request to merge this into...
Having the same issue. Could you share your `recover` workaround?
Is a write preferring RWLock still being considered for async-std? I am using RWLock to allow infrequent updates to application-wide configurations - in my use case a write preferring RWLock...
Relevant: https://www.reddit.com/r/rust/comments/f4zldz/i_audited_3_different_implementation_of_async/
@mayniacs I've not been able to get a WebTransport connection to Chrome working with your branch so far - I am by no means an expert on Quic though. Would...
I'm going to leave this one open for the time being until I have a chance to upgrade my graphql version in https://github.com/tegapp/teg
@willstott101 I would recommend checking out the new graphql-live-queries library @n1ru4l is working on instead. It appears to support newer releases of GraphQL: https://github.com/n1ru4l/graphql-live-queries
@willstott101 just to summarize my biggest motivation here is definitely that @n1ru4l is actively maintaining a codebase - that makes a world of difference for 3rd party libraries that I...