I'm getting a QuicException when calling DisposeAsync on the Quic listener, throwing exceptions from DisposeAsync seems quite unusual, is this exception expected?
System.Net.Quic.QuicException: Operation aborted.
at System.Net.Quic.QuicListener.DisposeAsync()
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at System.Net.Quic.QuicListener.DisposeAsync()
I'm getting a QuicException when calling
DisposeAsyncon the Quic listener, throwing exceptions fromDisposeAsyncseems quite unusual, is this exception expected?