Gelbpunkt / tokio-websockets

High performance, strict, tokio-util based websockets implementation
MIT License
62 stars 11 forks source link

Remove println in `client_request.rs` #1

Closed djmitche closed 1 year ago

djmitche commented 1 year ago

I see Sending 28 on every client request to my test app. It appears to be coming from a println! in this file. Could that be removed, just to keep output clean? Thanks!

Gelbpunkt commented 1 year ago

Sorry for that! Seems to be an accidental leftover. Removed it and released 0.3.1 that includes the removal.

Gelbpunkt commented 1 year ago

I see you had an issue with std::error::Error not being implemented for the error types. I've gone ahead and implemented that in 0.3.2 as well.

djmitche commented 1 year ago

Thanks! And thanks again! I apologize for not sending a PR for either of those - I was in a bit of a rush :)