Closed vincentneo closed 11 months ago
Yes, proxy isn't supported for environments, where TDLib isn't allowed to handle network connections itself, like watchOS or browsers. The crash should be fixed though and an error for addProxy
to be returned instead.
Alright, thanks for the confirmation and explanation!
It seems like having any proxy configs active results in crash, seems to be around
TransparentProxy::start_up
.Personally believe it's not a supported use case, as per usual with watchOS limits on networking (and it looks to be calling socket-related code?), but would like to confirm.
Or, are
proxyTypeHttp
supported? (tested SOCKS5 only)Final few lines of log: