Init msg keys are always lower case
parent
844626f6dc
commit
89cedee082
|
@ -976,7 +976,7 @@ async def allocate_persistent_feed(
|
||||||
# a small streaming machine around the remote feed which can then
|
# a small streaming machine around the remote feed which can then
|
||||||
# do the normal work of sampling and writing shm buffers
|
# do the normal work of sampling and writing shm buffers
|
||||||
# (depending on if we want sampling done on the far end or not?)
|
# (depending on if we want sampling done on the far end or not?)
|
||||||
msg = init_msg[symstr]
|
msg = init_msg[symstr.lower()]
|
||||||
|
|
||||||
# the broker-specific fully qualified symbol name,
|
# the broker-specific fully qualified symbol name,
|
||||||
# but ensure it is lower-cased for external use.
|
# but ensure it is lower-cased for external use.
|
||||||
|
|
Loading…
Reference in New Issue