Update Program.cs
This commit is contained in:
parent
45f086ed07
commit
247b310434
@ -231,6 +231,8 @@ namespace Client
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static void BeginSend(byte[] Msgs)
|
public static void BeginSend(byte[] Msgs)
|
||||||
|
{
|
||||||
|
lock (Client)
|
||||||
{
|
{
|
||||||
if (Client.Connected)
|
if (Client.Connected)
|
||||||
{
|
{
|
||||||
@ -253,6 +255,7 @@ namespace Client
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public static void EndSend(IAsyncResult ar)
|
public static void EndSend(IAsyncResult ar)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user