Arman92 / go-tdlib

Golang Telegram TdLib JSON bindings
GNU General Public License v3.0
435 stars 101 forks source link

addProxy timeout #107

Open huhuaijun1992 opened 1 year ago

huhuaijun1992 commented 1 year ago
  1. Why is it always timeout when I set the proxy? I configured the correct proxy

  2. 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