Set isn't serializable on std msgpack

win_fixes
wattygetlood 2021-09-28 18:42:23 -04:00 committed by Tyler Goodlet
parent a270b2e033
commit 75faf83004
1 changed files with 1 additions and 1 deletions

View File

@ -1046,7 +1046,7 @@ async def _emsd_main(
# signal to client that we're started and deliver
# all known pps and accounts for this ``brokerd``.
await ems_ctx.started((pp_msgs, relay.accounts))
await ems_ctx.started((pp_msgs, list(relay.accounts)))
# establish 2-way stream with requesting order-client and
# begin handling inbound order requests and updates