I am using a library which is watching a NAS directory for changes using golang syscall on windows platform.
while making syscall.GetQueuedCompletionStatus I am getting value of qty as 0, I tried to check the syscall source code but not able to debug it. syscall source code is one of the complex golang code I have seen and need help to understand it. Library is - https://github.com/howeyc/fsnotify/blob/master/fsnotify_windows.go Error on Line 479 w.Error <- errors.New("short read in readEvents()") Can anyone who haas worked on syscall help here? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/51d749ad-0730-439d-8f6d-ecb801a4c5ac%40googlegroups.com.