Renamed the WebSocketService class to the WebSocketBehavior class
This commit is contained in:
@@ -4,7 +4,7 @@ using WebSocketSharp.Server;
|
||||
|
||||
namespace Example3
|
||||
{
|
||||
public class Echo : WebSocketService
|
||||
public class Echo : WebSocketBehavior
|
||||
{
|
||||
protected override void OnMessage (MessageEventArgs e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user