[Modify] Edit it

This commit is contained in:
sta 2016-07-04 16:29:39 +09:00
parent c044fdc4d0
commit 4c7f6b6c77

View File

@ -77,7 +77,7 @@ namespace Example
{
using (var ws = new WebSocket ("ws://dragonsnest.far/Laputa")) {
ws.OnMessage += (sender, e) =>
Console.WriteLine ("Laputa says: " + e.Data);
Console.WriteLine ("Laputa says: " + e.Data);
ws.Connect ();
ws.Send ("BALUS");