Summary: GraphQL plugin sends garbage JSON at the moment (see T129428800). Still figuring out if that is caused by the plugin on client side, or that the Flipper SDK should escape that properly. In the mean time, closing the Flipper connection on not being able to handle an individual message seems a cause of unnecessary connection ping-pong and instability. Changing the strategy to instead merely log and drop the message. Changelog: Stop applications from disconnecting if a single plugin message cannot be processed. Reviewed By: LukeDefeo Differential Revision: D38825940 fbshipit-source-id: 4d45c8eea457375ec677238ad09b5e02bc2eb5bf
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