Sorry to take such a long time to reply. I initially didn’t post the code because it isn’t all that elegant and since it appears that the underlying issue with asyncio support in the official gRPC implementation is simply one of refactoring the code so that it doesn’t block a thread for each method call.
I’ve now uploaded the hyper-h2 implementation here: https://github.com/lyschoening/hyper-h2-grpc-server-poc <https://github.com/lyschoening/hyper-h2-grpc-server-poc> > On 08 Feb 2017, at 01:40, [email protected] wrote: > > A H2 based grpc implementation sounds interesting. Did you get around to > posting your H2 based experiment to GitHub? If so, could you provide a link? > > -- > You received this message because you are subscribed to a topic in the Google > Groups "grpc.io" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/grpc-io/RpkyqqQy8TU/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/grpc-io. > To view this discussion on the web visit > https://groups.google.com/d/msgid/grpc-io/62114d88-a2db-46d4-9d6b-fec82a7335e3%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/D110D0BC-4E7F-4636-A36F-D2B98F4439D7%40lyschoening.de. For more options, visit https://groups.google.com/d/optout.
