mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-13 06:20:02 -04:00
update fastwebsockets, revert custom asyncread impl
This commit is contained in:
parent
1916a8e7c8
commit
5571a63f40
13 changed files with 646 additions and 703 deletions
|
@ -118,7 +118,6 @@ impl EpoxyWebSocket {
|
|||
);
|
||||
}
|
||||
OpCode::Close => {
|
||||
let _ = onclose.call0(&JsValue::null());
|
||||
break;
|
||||
}
|
||||
// ping/pong/continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue