Closed bung87 closed 1 year ago
https://github.com/olliNiinivaara/GuildenStern/blob/0c2a2ae9a9b86121eb971828850c0ae37c03babe/src/guildenstern/dispatcher.nim#L35
this fails and return -1 on my macos, last os code is 42
-1
42
this may not cause gs.selector.unregister(fd.int), commented this server still works.
gs.selector.unregister(fd.int)
Unfortunately, I don't have the capacity to support any other OS than Linux. If someone is willing to maintain a fork for macos, I can advertise a link to it on the front page.
https://github.com/olliNiinivaara/GuildenStern/blob/0c2a2ae9a9b86121eb971828850c0ae37c03babe/src/guildenstern/dispatcher.nim#L35
this fails and return
-1
on my macos, last os code is42
this may not cause
gs.selector.unregister(fd.int)
, commented this server still works.