piker/piker
Tyler Goodlet 186befc704 Only run 'startup sequence' on reconnect
When a client loses a connection it will currently need to re-subscribe
for symbols and receive a symbol data summary as a first quote response.
Only run the provided coroutine on reconnect and call the kwarg
`on_reconnect`. The client consuming code is entirely expected at this
point to know how the symbol registration protocol works.
2018-05-16 19:15:43 -04:00
..
brokers Only run 'startup sequence' on reconnect 2018-05-16 19:15:43 -04:00
testing Import client for now until we make a proper shim 2018-02-12 10:35:54 -05:00
ui Rx symbol data from daemon as first response 2018-05-09 18:09:04 -04:00
__init__.py More client enhancements 2018-02-08 02:39:18 -05:00
calc.py Zero bad fields 2018-05-09 18:09:04 -04:00
cli.py Build columns only for dataframe output 2018-05-09 18:09:04 -04:00
log.py Add convenience methods for all log levels 2018-02-22 18:44:00 -05:00
watchlists.py Expose remove errors to caller 2018-04-10 14:12:06 -04:00