requestly / requestly-desktop-app

Requestly Desktop App (Mac, Linux, Windows)
https://requestly.com
GNU Affero General Public License v3.0
48 stars 10 forks source link

RQLY-634 chore: remove port IPC calls for launching apps #19

Closed nsrCodes closed 1 year ago

nsrCodes commented 1 year ago

Could had directly used the cache of UserPreference store. But to also cover the case when getNextAvailablePort might adjust the port number if the cached port number is currently in use: Added proxyServerStatus to the global.rq namespace in Background process.

nsrCodes commented 1 year ago

Also changed the default port to 8281