Summary: When distributing plugin over Marketplace. Currently there is an issue with downloading a plugin to `tmp` folder if the plugin `packageName` starts with `company-prefix/flipper-plugin-name`. It would throw `ENONET` error while trying to stream the response data into `tmp` folder. ## Changelog - add support for prefixed plugin package names (`shopify/flipper-plugin-name`,...) Pull Request resolved: https://github.com/facebook/flipper/pull/4811 Test Plan: - Try install a plugin from Marketplace which has `/` in the plugin `package.json` `name`. Reviewed By: lblasa Differential Revision: D46679195 Pulled By: passy fbshipit-source-id: f330896dae9da7cbe101b1c6d7ed07667fb7ae0a
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