Set isn't serializable on std msgpack

windows_fixes_yo
wattygetlood 2021-09-28 18:42:23 -04:00 committed by wattygetlood
parent cc87508fd9
commit fc3c0741b8
1 changed files with 1 additions and 1 deletions

View File

@ -1054,7 +1054,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