Skip to content

RmWatch() and RmWd() never return if path/wd is unknown#11

Open
jtackaberry wants to merge 1 commit intoillarion:masterfrom
jtackaberry:master
Open

RmWatch() and RmWd() never return if path/wd is unknown#11
jtackaberry wants to merge 1 commit intoillarion:masterfrom
jtackaberry:master

Conversation

@jtackaberry
Copy link

If passing a path to RmWatch() or a wd to RmWd() that isn't actually being watched, these functions never return because the error is never passed back to the request's result channel by the main goroutine.

This PR fixes that.

@akemrir
Copy link
Contributor

akemrir commented Mar 7, 2025

How you reproduce this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants