Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uhm0311 authored Jul 17, 2020
1 parent 62f39f6 commit f6bcbe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -33,9 +33,9 @@ SocketIOClient client = new SocketIOClient(new SocketIOClientOption(EngineIOSche

- `PolicyPort` : Port the policy server listens on. Defaults to `843`.

- `Path` : Path to connect to. Defaults to `"/engine.io"`.
- `Path` : Path to connect to. Defaults to `"/socket.io"`.

- `Reconnection` : Whether to reconnect to server after Engine.IO client is closed or not.
- `Reconnection` : Whether to reconnect to server after Socket.IO client is closed or not.

- `ReconnectionAttempts` : Number of reconnection attempts before giving up.

0 comments on commit f6bcbe7

Please sign in to comment.