-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The initial error was during compile time because of passing None for the request `data` parameter. The docs were updated to reflect that `None` must be parameterized like `None::<u8>`. Having resolved that, there was a runtime error for the tests where one of them would fail because the specified port was already used. Presumably the tests run in parallel. The StackListener type was updated to take a `port: u16` argument which it will attempt to listen on. This isn't an ideal solution, and another issue will be filed to address it. Resolves #1.
- Loading branch information
Showing
2 changed files
with
20 additions
and
16 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