watcher icon indicating copy to clipboard operation
watcher copied to clipboard

To avoid turning off the listener and restarting the listening service, you need to re-create the object.

Open XiShiLong opened this issue 3 years ago • 0 comments

…e, you need to re-create the object

Turning on the listening service again after closing the listening service with the same object will panic because the close method does not re-add the wait list.

XiShiLong avatar Jun 02 '22 10:06 XiShiLong