Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Commit 8d107b2

Browse files
committed
Socket.Disconnect throws a PlatformNotSupportedException on coreclr/linux
#266
1 parent e3ceeb4 commit 8d107b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/Microsoft.AspNet.Server.KestrelTests/EngineTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,6 @@ public async Task DisconnectingClient(ServiceContext testContext)
395395
var socket = new Socket(SocketType.Stream, ProtocolType.IP);
396396
socket.Connect(IPAddress.Loopback, 54321);
397397
await Task.Delay(200);
398-
socket.Disconnect(false);
399398
socket.Dispose();
400399

401400
await Task.Delay(200);

0 commit comments

Comments
 (0)