dhbaird / easywsclient

A short and sweet WebSocket client for C++
MIT License
751 stars 204 forks source link

remove debug output #73

Closed belm0 closed 6 years ago

belm0 commented 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.

dhbaird commented 6 years ago

Thank you, looks good. The change in output might confuse some clients, but I suppose a flag could be added to re-enable it.