Fix a few
This commit is contained in:
parent
58c392f37a
commit
809e5ab58c
@ -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
|
||||
|
@ -1577,6 +1577,9 @@ namespace WebSocketSharp
|
||||
/// <summary>
|
||||
/// Establishes a WebSocket connection asynchronously.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This method doesn't wait for the connect to be complete.
|
||||
/// </remarks>
|
||||
public void ConnectAsync ()
|
||||
{
|
||||
if (IsOpened) {
|
||||
|
Loading…
Reference in New Issue
Block a user