-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve the networking abstraction of the Platform trait (#315)
* Improve the networking abstraction of the Platform trait * Update AsyncStdTcpWebSocket * Remove TODO * Propagate changes to Rust <-> JS bindings * Update NodeJS TCP * Update index-deno.ts * Update browser websocket * Update NodeJS WebSocket * Increase initial bufferable size * Update browser WebRTC * Fix issues in AsyncStdTcpWebSocket * Add closeSend function * Some obvious comments * Add write_closable flag for single-stream connections * Update wasm-node/platform * CHANGELOG * Spellcheck * Rustfmt * Docfix * More CHANGELOG * Add debug_assert * Fix order of calls w.r.t. WebSocket * Also fix NodeJS TCP
- Loading branch information
Showing
11 changed files
with
903 additions
and
369 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
Oops, something went wrong.