socketry / async

An awesome asynchronous event-driven reactor for Ruby.
MIT License
2.09k stars 86 forks source link

Log as warning rather than error, and with explicit message. #170

Closed ioquatix closed 2 years ago

ioquatix commented 2 years ago

At best these errors are harmless and at worst they represent a logic error in the program. Since we expect this to mostly be a false positive, change it to a warning.

Types of Changes