Proxies overwrite each other
Posted: Thu Nov 03, 2022 10:42 am
In two tabs I dynamically create two browsers and in CEF_AFTERCREATED for each I specify my proxies and call UpdatePreferences.
The problem is that the browser created by the second overwrites the proxy settings of the first and vice versa.
Browsers are created at the same time. If you create with an interval, then there is no problem.
It feels like
task TempTask := TCefUpdatePrefsTask.Create(self); the second browser overwrites the task of the first.
Can't find solutions. Please advise how to proceed.
Thanks
The problem is that the browser created by the second overwrites the proxy settings of the first and vice versa.
Browsers are created at the same time. If you create with an interval, then there is no problem.
It feels like
task TempTask := TCefUpdatePrefsTask.Create(self); the second browser overwrites the task of the first.
Can't find solutions. Please advise how to proceed.
Thanks