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
Why is it always timeout when I set the proxy? I configured the correct proxy
currentState, _ := client.Authorize()
I have been looping in the state of AuthorizationStateWaitTdlibParametersType. I see that the Authorize() method has set client.sendTdlibParams()? Is it caused by the unsuccessful proxy setting above?
How can I solve the above 2 problems
The text was updated successfully, but these errors were encountered:
Why is it always timeout when I set the proxy? I configured the correct proxy
currentState, _ := client.Authorize()
I have been looping in the state of AuthorizationStateWaitTdlibParametersType. I see that the Authorize() method has set client.sendTdlibParams()? Is it caused by the unsuccessful proxy setting above?
How can I solve the above 2 problems
The text was updated successfully, but these errors were encountered: