-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(adapter): improve test-suite and fix bugs (#439)
* test(adapter): improve the adapter test-suite to cover a lot more cases. * fix(redis): the ack stream was closed if the remote part was closed without checking the local one. * fix(redis): the expected response count when waiting for responses was set to server count even when sending the request to a single server leading to waiting for the timeout before getting the response. * fix(socketio): issue on `RemoteSocket` struct, the `impl RoomParam` lifetime was bound to the async function for `leave` and `join` fns. Therefore it was impossible to use `&'static str` whereas `RoomParam` is implemented for `&'static str`. * fix(socketio): manual implementation for some `Clone` and `Debug` to avoid automatic bound on generic adapter.
- Loading branch information
Showing
13 changed files
with
423 additions
and
180 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.