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) {