Summary: Right now, this simply avoids trying to create a server instance if one appears to be already running. In a future change, we may decide to kill the existing instance and replace it with a new one. But, in this case, running this as is will be useful as it will provide the connection URL with the auth token. Also remove flipper server dependency from finding installation. In this case, we don't need it and can use `os.getPlatform()` instead. Reviewed By: antonk52 Differential Revision: D46144843 fbshipit-source-id: 2922843b916d37e0126e43ae65a622f87a6920ec
flipper-server-core
Package that manages connections with flipper clients, queries for adb/idb clients, accepts incoming websocket connections and takes care of certificate exchange.
Used by Flipper desktop, flipper-server and flipper-dump