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

A .NET C# Implementation of QUIC protocol - Google's experimental transport layer.

Results 12 Quic.NET issues
Sort by recently updated
recently updated
newest added

All libraries have been recompiled for netstandard2.1 and the examples have been recompiled for .NET 7

**Describe the bug** I start to get this expection ``` Unhandled exception. QuicNet.Exceptions.QuicConnectivityException: The server is too busy to process your request. at QuicNet.QuicClient.HandleInitialFrames(Packet packet) in D:\csharp\QuicClient\QuicNet\QuicClient.cs:line 82 at QuicNet.QuicClient.Connect(String...