Instance ids are ints
parent
29e0b8f67d
commit
45f334b9c2
|
@ -77,7 +77,7 @@ class BroadcastState:
|
||||||
|
|
||||||
# map of underlying instance id keys to receiver instances which
|
# map of underlying instance id keys to receiver instances which
|
||||||
# must be provided as a singleton per broadcaster set.
|
# must be provided as a singleton per broadcaster set.
|
||||||
subs: dict[str, int]
|
subs: dict[int, int]
|
||||||
|
|
||||||
# broadcast event to wake up all sleeping consumer tasks
|
# broadcast event to wake up all sleeping consumer tasks
|
||||||
# on a newly produced value from the sender.
|
# on a newly produced value from the sender.
|
||||||
|
|
Loading…
Reference in New Issue