Closed belm0 closed 6 years ago
The library is writing to stderr on normal conditions (about to connect, connected), which is likely not desired by library user.
If it has important use cases, consider restoring the output under compile or runtime control.
Thank you, looks good. The change in output might confuse some clients, but I suppose a flag could be added to re-enable it.
The library is writing to stderr on normal conditions (about to connect, connected), which is likely not desired by library user.
If it has important use cases, consider restoring the output under compile or runtime control.