-
Notifications
You must be signed in to change notification settings - Fork 790
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: replace destroy on faye websockets with
close()
(#472)
interface to give faye same types as compliant ws with additional `pipe()` implementation
- Loading branch information
1 parent
21cde50
commit 804523a
Showing
2 changed files
with
16 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"wrangler": patch | ||
--- | ||
|
||
bugfix: Replace `.destroy()` on `faye-websockets` with `.close()` | ||
added: Interface to give faye same types as compliant `ws` with additional `.pipe()` implementation; `.on("message" => fn)` |
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