Added Project Icons
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 108 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 55 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 8.3 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 41 KiB |
@@ -10,6 +10,7 @@ using PolyChat.Models.Exceptions;
|
|||||||
using SocketIOSharp.Server;
|
using SocketIOSharp.Server;
|
||||||
using SocketIOSharp.Server.Client;
|
using SocketIOSharp.Server.Client;
|
||||||
using Newtonsoft.Json.Linq;
|
using Newtonsoft.Json.Linq;
|
||||||
|
using System.Threading;
|
||||||
|
|
||||||
namespace PolyChat.Models
|
namespace PolyChat.Models
|
||||||
{
|
{
|
||||||
@@ -65,7 +66,7 @@ namespace PolyChat.Models
|
|||||||
/// <param name="msg"> to send </param>
|
/// <param name="msg"> to send </param>
|
||||||
public void sendMessage(String ip, String msg)
|
public void sendMessage(String ip, String msg)
|
||||||
{
|
{
|
||||||
this.getClient(ip).sendMessage(SendCode.Message, msg);
|
this.getClient(ip).sendMessage(SendCode.Initial, msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||