Signal Error Worker Runtime #4161
asheeshgarg
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to test the distributed chat examples from samples. My underlying platform is Windows I am getting following error
coming from stop_when_signal(self, signals: Sequence[signal.Signals] = (signal.SIGTERM, signal.SIGINT)) -> None:
Any idea how to fix this?
python3.11\latest\Lib\asyncio\events.py", line 578, in add_signal_handler
raise NotImplementedError
NotImplementedError
Beta Was this translation helpful? Give feedback.
All reactions