We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1e7b83 commit 0b7fbe7Copy full SHA for 0b7fbe7
1 file changed
Core/Services/DeviceCommunication/QuicLocalDataListener.cs
@@ -73,7 +73,7 @@ public async Task<bool> StartAsync(CancellationToken cancellationToken = default
73
{
74
//https://source.dot.net/#System.Net.Quic/System/Net/Quic/QuicListener.cs,152
75
//Using the Unspecified family makes MsQuic handle connections from all IP addresses.
76
- ListenEndPoint = new IPEndPoint(IPAddress.None, 0),
+ ListenEndPoint = new IPEndPoint(IPAddress.IPv6Any, 0),
77
ApplicationProtocols = [ApplicationProtocol],
78
ConnectionOptionsCallback = (connection, _, _) =>
79
0 commit comments