https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258056
--- Comment #20 from Keith White <[email protected]> --- Not an issue for you! I think the issue is how go itself "thinks" kqueue works with a file or device. The comments in src/os/file_unix.go would seem to indicate that files that are always ready to write are a problem for go's poll code. It already special cases regular files: // Don't try to use kqueue with regular files on *BSDs. // On FreeBSD a regular file is always // reported as ready for writing. -- You are receiving this mail because: You are the assignee for the bug.
