Skip to content

Commit 247eeba

Browse files
Corrected Typo
Sample code for creating a new client for Windows 7 was using SocketIOClient(...) as the class however I believe it should be just SocketIO(...)
1 parent 3149107 commit 247eeba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ SocketIOClient v3.0.0 supports http polling and websocket, socket.io server v2.x
7575
SocketIOCLient.Windows7 becomes a plug-in, the following code shows how to support Windows7 / Windows 2008 R2
7676

7777
```cs
78-
var client = new SocketIOClient(...);
78+
var client = new SocketIO(...);
7979
client.Socket = new ClientWebSocketManaged();
8080
```
8181

@@ -249,4 +249,4 @@ No longer maintain `SocketIOClient.NetFx`, it is replaced by `SocketIOClient`. F
249249

250250
### Fixed
251251

252-
- Fixed "Collection was modified" exception
252+
- Fixed "Collection was modified" exception

0 commit comments

Comments
 (0)