Mark Tully

Results 13 comments of Mark Tully

It's not documented, but essentially in the current implementation it's not supported to call `Close()` from your event polling go routine, or in any way that causes your event handling...

Regarding allowing `Close()` to be called from the polling go routine, I just looked at the code again now. There is a second issue which is that `retrieveFileList()` holds the...

Note, although this PR builds on #94, it only needs it because the unit test uses `ScanNow()`. If you want to take this without #94 that is possible, but you'll...