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
API summary response has field id to unique identify proxy instances, it use mac address + application kind (proxy or cpu/amd/nvidia) + hashing on top, not perfect solution but good enough.
Bug is
All proxy instances running on same machine will get same id.
Solution is:
Also use API port when generate ID.
Optionally allow user specify manually this ID, via options --api-id or id for config file.
The text was updated successfully, but these errors were encountered:
API summary response has field
id
to unique identify proxy instances, it use mac address + application kind (proxy or cpu/amd/nvidia) + hashing on top, not perfect solution but good enough.Bug is
Solution is:
--api-id
orid
for config file.The text was updated successfully, but these errors were encountered: