Must pass a main async func to tractor
parent
2349de8314
commit
e108bc4521
|
@ -29,7 +29,7 @@ def pikerd(loglevel, host):
|
||||||
"""
|
"""
|
||||||
get_console_log(loglevel)
|
get_console_log(loglevel)
|
||||||
tractor.run(
|
tractor.run(
|
||||||
None, # no main task - this is a daemon
|
partial(trio.sleep, float('inf')), # daemon / arbiter
|
||||||
statespace={
|
statespace={
|
||||||
'broker2tickersubs': {},
|
'broker2tickersubs': {},
|
||||||
'clients': {},
|
'clients': {},
|
||||||
|
|
Loading…
Reference in New Issue