From 809e5ab58c8f89630c43ae2a199de6e376253fc0 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 6 Jan 2014 02:58:02 +0900 Subject: [PATCH] Fix a few --- websocket-sharp/Server/WebSocketService.cs | 2 +- websocket-sharp/WebSocket.cs | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/Server/WebSocketService.cs b/websocket-sharp/Server/WebSocketService.cs index 0cb7d38d..4110197f 100644 --- a/websocket-sharp/Server/WebSocketService.cs +++ b/websocket-sharp/Server/WebSocketService.cs @@ -4,7 +4,7 @@ * * The MIT License * - * Copyright (c) 2012-2013 sta.blockhead + * Copyright (c) 2012-2014 sta.blockhead * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 6e596103..7b76cecc 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -1577,6 +1577,9 @@ namespace WebSocketSharp /// /// Establishes a WebSocket connection asynchronously. /// + /// + /// This method doesn't wait for the connect to be complete. + /// public void ConnectAsync () { if (IsOpened) {