Skip to content

Commit

Permalink
Added comment about thread safety
Browse files Browse the repository at this point in the history
  • Loading branch information
joern19 authored Mar 12, 2024
1 parent dd6b250 commit 82ad47b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rasa_vier_cvg/cvg.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ class CVGInput(InputChannel):
blocking_endpoints: bool
ignore_messages_when_busy: bool
task_container: TaskContainer = TaskContainer()
# This Set is not thread safe. However, sanic is not multithreaded.
ignore_messages_for: set[Text] = set()

@classmethod
Expand Down

0 comments on commit 82ad47b

Please sign in to comment.