From fc3c0741b892446b894290f3aca2453f71eb4033 Mon Sep 17 00:00:00 2001 From: wattygetlood <61716739+wattygetlood@users.noreply.github.com> Date: Tue, 28 Sep 2021 18:42:23 -0400 Subject: [PATCH] Set isn't serializable on std msgpack --- piker/clearing/_ems.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piker/clearing/_ems.py b/piker/clearing/_ems.py index 3756daf4..1567f795 100644 --- a/piker/clearing/_ems.py +++ b/piker/clearing/_ems.py @@ -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