-
Notifications
You must be signed in to change notification settings - Fork 299
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement Hibernatable Web Sockets API (#436)
* Rebase commit * Pull Request feedback * Fix problems with async_trait * Improve error message around incorrect impl methods * Improve error message around incorrect impl methods * Add missing semi-colon * Add missing async * Add clippy exceptions * Fix trait type * Properly qualify worker_sys * Change websockets to ref: * Revert formatting changes to Cargo.toml * Remove left-over code * fix formatting * clippy --------- Co-authored-by: Kevin Flansburg <[email protected]>
- Loading branch information
1 parent
e06193a
commit 1ddf6d7
Showing
5 changed files
with
263 additions
and
19 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
Oops, something went wrong.