You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Guys. Cool library, thank you for the efforts.
One thing to improve: toString() internally creates a connection. Which in turn makes impossible to set proxy settings. IntelliJ implicitly calls toString() in debug session. I spent an hour figuring out where connection got created until realized this.
toString() should not change object state.
The text was updated successfully, but these errors were encountered:
Hi, Guys. Cool library, thank you for the efforts.
One thing to improve: toString() internally creates a connection. Which in turn makes impossible to set proxy settings. IntelliJ implicitly calls toString() in debug session. I spent an hour figuring out where connection got created until realized this.
toString() should not change object state.
The text was updated successfully, but these errors were encountered: