Socket.Disconnect throws a PlatformNotSupportedException on coreclr/linux
#266
This commit is contained in:
parent
e3ceeb43ba
commit
8d107b22ae
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue