resmon icon indicating copy to clipboard operation
resmon copied to clipboard

Fix file handle comparison and timeouts processing

Open seriv opened this issue 7 years ago • 0 comments

The module as it is return "connection successful" when connection timeouts. Also, '==' can not compare file handles. We can use fileno() function to compare numerically file numbers.

seriv avatar Jun 13 '17 22:06 seriv