jsonrpc_err_in_rent: much needed refinements to .data._web_bs.open_jsonrpc_session()
#36
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "jsonrpc_err_in_rent"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Namely ensuring error propagation to the parent
trio.Task
as well as cleaning out old unused parameters and exposing the underlying wy timeout to avoid breaking non-chatty sessions (like for options mkts)!Deats,
.data._web_bs.open_jsonrpc_session()
to ensure any recved IPC msg errors are relayed to and raised in the parent task.float
with defaultfloat('inf')
to avoid timeout-caused connection resets which break rpc sesh.Lol well then, forgot to change the dst branch before doing that smh..