piker/piker/data
Tyler Goodlet f4a998655b Feed detach must explicitly unsub throttled streams
If a client attaches to a quotes data feed and requests a throttle rate,
be sure to unsub that side-band memchan + task when it detaches and
especially so on any transport connection error.

Also, use an explicit `tractor.Context.cancel()` on the client feed
block exit since we removed the implicit cancel option from the
`tractor` api.
2021-07-07 07:51:09 -04:00
..
__init__.py Fix broken import in ib backend 2021-05-20 19:34:45 -04:00
_normalize.py Add screen acquire timeout loop 2021-01-22 16:46:39 -05:00
_sampling.py Feed detach must explicitly unsub throttled streams 2021-07-07 07:51:09 -04:00
_sharedmem.py Cast back to tuples after msgspec strips them... 2021-06-14 00:03:05 -04:00
_source.py Add a symbol/asset type key 2021-02-19 18:43:56 -05:00
_web_bs.py Drop waits to half-seconds 2021-06-01 10:48:23 -04:00
cli.py Add license headers to pertinent files 2020-11-06 12:23:14 -05:00
feed.py Feed detach must explicitly unsub throttled streams 2021-07-07 07:51:09 -04:00
ingest.py Move feed api(s) into new submodule 2021-04-15 10:43:29 -04:00
marketstore.py Get kivy/questrade shit working again 2021-02-21 12:32:40 -05:00