From cafedd9c0b86e50dac3e04afbc8ed27e22871cf9 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 10:02:38 +0000 Subject: Utilisateur : Fcolin Date : 10/02/06 Heure : 14:12 Archivé dans $/CSharp/Ivy/Ivy Commentaire: (vss 2) --- CSharp/Ivy/IvyPPC/IvyUDPStream.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'CSharp/Ivy') diff --git a/CSharp/Ivy/IvyPPC/IvyUDPStream.cs b/CSharp/Ivy/IvyPPC/IvyUDPStream.cs index feecba0..3654297 100644 --- a/CSharp/Ivy/IvyPPC/IvyUDPStream.cs +++ b/CSharp/Ivy/IvyPPC/IvyUDPStream.cs @@ -34,6 +34,7 @@ namespace IvyBus { in_stream.Close(); out_stream.Close(); + socket.Shutdown(SocketShutdown.Both); socket.Close(); } internal void receiveMsg(out IPEndPoint remote, out ushort version, out ushort port, out string appId, out string appName) -- cgit v1.1