Socket.Disconnect throws a PlatformNotSupportedException on coreclr/linux

#266
This commit is contained in:
Stephen Halter 2015-10-19 16:07:30 -07:00
parent e3ceeb43ba
commit 8d107b22ae
1 changed files with 0 additions and 1 deletions

View File

@ -395,7 +395,6 @@ namespace Microsoft.AspNet.Server.KestrelTests
var socket = new Socket(SocketType.Stream, ProtocolType.IP);
socket.Connect(IPAddress.Loopback, 54321);
await Task.Delay(200);
socket.Disconnect(false);
socket.Dispose();
await Task.Delay(200);