Skip to content

Commit

Permalink
test: add test with Socket.IO v3
Browse files Browse the repository at this point in the history
There was no update to the exchange protocol, so the current version is
compatible with both socket.io-redis@5 and socket.io-redis@6.

See also: https://socket.io/blog/socket-io-3-release/
  • Loading branch information
darrachequesne committed Dec 29, 2020
1 parent b4d5a04 commit 009b5b8
Show file tree
Hide file tree
Showing 3 changed files with 223 additions and 179 deletions.
5 changes: 5 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ The emitter is also available in other programming languages:

It must be used in conjunction with [socket.io-redis](https://github.com/socketio/socket.io-redis/).

The current version is compatible with both:

- `socket.io-redis@5` (`socket.io@2`)
- `socket.io-redis@6` (`socket.io@3`)

## Table of content

- [How to use](#how-to-use)
Expand Down
Loading

0 comments on commit 009b5b8

Please sign in to comment.