commit | 1df63f2dcea3fa2e57b46b47a8e043c8b2796a2e | [log] [tgz] |
---|---|---|
author | Kevin Moore <kevmoo@users.noreply.github.com> | Tue Nov 21 16:34:50 2023 -0800 |
committer | GitHub <noreply@github.com> | Tue Nov 21 16:34:50 2023 -0800 |
tree | 593a94f146c8f9843ec3248e06e259a773704eb7 | |
parent | 0f6ca113c602aeca6b12ebe00af24bd4e52ebb99 [diff] |
Fix incorrect cast causing wasm failure, prepare v4.1.4 (#96)
This package provides support for bi-directional communication through Server Sent Events and corresponding POST requests.
This package is not intended to be a general purpose SSE package, but instead is a bidirectional protocol for use when Websockets are unavailable. That is, both the client and the server expose a sink
and stream
on which to send and receive messages respectively.
Both the server and client have implicit assumptions on each other and therefore a client from this package must be paired with a server from this package.