Instance ids are ints

tokio_backup
Tyler Goodlet 2021-08-20 14:46:52 -04:00
parent 29e0b8f67d
commit 45f334b9c2
1 changed files with 1 additions and 1 deletions

View File

@ -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.