If any implicit problem with changing the proxy like this? #2426
-
because there has not any method to change proxy on the session inplace |
Beta Was this translation helpful? Give feedback.
Answered by
lovelydinosaur
Nov 1, 2022
Replies: 1 comment
-
You're using private API there, so it might break on updates to the software. I'd suggest using a new client instance if you want to change the proxy configuration. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lovelydinosaur
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You're using private API there, so it might break on updates to the software.
I'd suggest using a new client instance if you want to change the proxy configuration.