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
Exception in thread Thread-14 (_process_polling_result):
Traceback (most recent call last):
File "/root/anaconda3/envs/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/root/anaconda3/envs/lib/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/root/anaconda3/envs/lib/python3.10/site-packages/nacos/client.py", line 817, in _process_polling_result
cache_key, content, md5 = self.notify_queue.get()
File "/root/anaconda3/envs/lib/python3.10/multiprocessing/queues.py", line 103, in get
res = self._recv_bytes()
File "/root/anaconda3/envs/lib/python3.10/multiprocessing/connection.py", line 216, in recv_bytes
buf = self._recv_bytes(maxlength)
File "/root/anaconda3/envs/lib/python3.10/multiprocessing/connection.py", line 414, in _recv_bytes
buf = self._recv(4)
File "/root/anaconda3/envs/lib/python3.10/multiprocessing/connection.py", line 383, in _recv
raise EOFError
EOFError
The text was updated successfully, but these errors were encountered:
当 watch 执行完后,线程仍在后台执行,notify_queue.get() 时读取不到数据导致异常。
客户端代码:
watcher 队列异常,watcher 能接受消息,但在 for 之后报如下异常
The text was updated successfully, but these errors were encountered: