package async_rpc_websocket
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Library to serve and dispatch Async RPCs over websockets
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.17.0.tar.gz
sha256=c0303047764087e6ee5b4913c9c1d432c7f8e97bb8d9bb9ef45abd94997b179b
doc/CHANGES.html
Release v0.16.0
- Refactored the interface of the
Rpcmodule to make less frequent use of function type aliases for sharing code. The result is that each function signature is larger, but easier to fully understand. Any users of the function type aliases will need to update their code, since those aliases were removed. - Added the
Rpc.Transportmodule. The interface for this module is similar to that ofRpc, except that callbacks are given a transport instead of a pre-constructed connection.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>