Quic.NET icon indicating copy to clipboard operation
Quic.NET copied to clipboard

Add async methods and examples

Open circler3 opened this issue 5 years ago • 3 comments
trafficstars

I add async methods and examples for those who want to use it in async scenarios.

circler3 avatar Aug 14 '20 16:08 circler3

@circler3 Thank you for your contribution. The change is generally safe to merge, but I will need some time to give it a test and review it locally. If everything is alright, will merge it. One thing I noticed is that the only frame processing method that is async is OnStreamFrameAsync and we might want to update the other ones. This might pollute the QuicConnection class, but I think it's okay in the general case.

Thanks!

Vect0rZ avatar Aug 28 '20 18:08 Vect0rZ

Any progress?

GF-Huang avatar Dec 18 '22 16:12 GF-Huang

@Vect0rZ Any progress for this?

laolarou726 avatar Feb 16 '23 04:02 laolarou726