modify wsclient.cs
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<Properties>
|
<Properties>
|
||||||
<MonoDevelop.Ide.Workspace ActiveConfiguration="Release" ctype="Workspace" />
|
<MonoDevelop.Ide.Workspace ActiveConfiguration="Release_Ubuntu" ctype="Workspace" />
|
||||||
<MonoDevelop.Ide.Workbench ActiveDocument="websocket-sharp/WebSocket.cs" ctype="Workbench">
|
<MonoDevelop.Ide.Workbench ActiveDocument="websocket-sharp/WebSocket.cs" ctype="Workbench">
|
||||||
<Files>
|
<Files>
|
||||||
<File FileName="websocket-sharp/WebSocket.cs" Line="5" Column="54" />
|
<File FileName="websocket-sharp/WebSocket.cs" Line="5" Column="54" />
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -46,7 +46,7 @@ namespace Example
|
|||||||
"notification-network-disconnected");
|
"notification-network-disconnected");
|
||||||
nf.Show();
|
nf.Show();
|
||||||
#else
|
#else
|
||||||
Console.WriteLine("Error: ", e);
|
Console.WriteLine("Error: {0}", e);
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
/*ws.OnClose += (o, e) =>
|
/*ws.OnClose += (o, e) =>
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user