issue blocking input_handler

Hal Murray halmurray at sonic.net
Sat Feb 4 07:35:17 UTC 2023


James Browning said:
>> How about fixing the bug at ithe source rather than patching around it?
> I tried and failed then I came up with that. 

Did you get O_NONBLOCK turned on?
Something like this:
        err = fcntl(sockfd, F_SETFL, O_NONBLOCK);


-- 
These are my opinions.  I hate spam.





More information about the devel mailing list