piker/piker/data
Tyler Goodlet d98fd54627 Mk jsronrpc's underlying ws timeout `float('inf')`
Since currently we're only using this IPC subsys for `deribit`, and
generally speaking we're primarly supporting options markets (which are
fairly "slow moving"), flip to a default of NOT resetting the `NoBsWs`
on timeout since doing so normally breaks the jsron-rpc IPC session.
Without a proper `fixture` passed to `open_autorecon_ws()` (which we
should eventually implement!!) relying on a timeout-to-reset more or
less will just cause breakage issues - a proper reconnect sequence must
be implemented before using that feature.

Deats,
- expose and proxy through the `msg_recv_timeout` from
  `open_jsonrpc_session()` into the underlying `open_autorecon_ws()`
  call.
2025-02-17 14:56:26 -05:00
..
__init__.py Move `dedupe()` to `.data.tsp` (so it has pals) 2023-12-11 16:24:27 -05:00
_formatters.py Expose "bar gap margin" as `.ui._formatters.BGM: float` 2023-12-28 10:37:20 -05:00
_m4.py Add subsys log to new `.data._util` 2023-05-09 14:49:26 -04:00
_pathops.py .data._pathops: drop profiler imports, fix some naming to appease `ruff` 2023-07-20 15:27:22 -04:00
_sampling.py Catch using `Sampler.bcast_errors` where possible 2025-02-17 14:56:26 -05:00
_sharedmem.py Bleh, move `.data.types` back up to top level pkg 2023-08-05 15:57:10 -04:00
_source.py Drop `bar_wap` from default ohlc field set 2023-06-27 13:41:47 -04:00
_symcache.py Invert `getattr()` check for `get_mkt_pairs()` ep 2025-02-17 14:56:26 -05:00
_util.py Add subsys log to new `.data._util` 2023-05-09 14:49:26 -04:00
_web_bs.py Mk jsronrpc's underlying ws timeout `float('inf')` 2025-02-17 14:56:26 -05:00
feed.py Teensie `piker.data` styling tweaks 2025-02-17 14:56:26 -05:00
flows.py Teensie `piker.data` styling tweaks 2025-02-17 14:56:26 -05:00
ingest.py Add subsys log to new `.data._util` 2023-05-09 14:49:26 -04:00
ticktools.py .data.ticktools: add reverse flag, better docs 2023-06-27 15:47:05 -04:00
validate.py Teensie `piker.data` styling tweaks 2025-02-17 14:56:26 -05:00