Skip to content

Commit

Permalink
update feature matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Mar 3, 2021
1 parent 9a5bd52 commit c70e75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ var centrifuge = new Centrifuge('ws://localhost:8000/connection/websocket', {
- [x] connect to server using JSON protocol format
- [x] connect to server using Protobuf protocol format
- [x] connect with token (JWT)
- [ ] connect with custom header (not supported by browser API)
- [ ] connect with custom header (not supported by browser API, though [possible for a non-browser target env](https://github.com/centrifugal/centrifuge-js#custom-websocket-constructor))
- [x] automatic reconnect in case of errors, network problems etc
- [x] an exponential backoff for reconnect
- [x] connect and disconnect events
Expand Down

0 comments on commit c70e75c

Please sign in to comment.