You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Every time I tried to stop manager with stop_manager_with_all_streams, it hints an error which could be described like function_name -> error: bool object does not support item assignment. And I found out others mentioned this phenomenon with relatively lower frequency, see at: #30.
Describe the solution you'd like.
Change = False to = {} everywhere in Unicornfy can solve this directly without currently known side effects locally.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Every time I tried to stop manager with
stop_manager_with_all_streams
, it hints an error which could be described likefunction_name -> error: bool object does not support item assignment
. And I found out others mentioned this phenomenon with relatively lower frequency, see at: #30.Describe the solution you'd like.
Change
= False
to= {}
everywhere in Unicornfy can solve this directly without currently known side effects locally.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: