-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide ability to decode serialized responses #4
Comments
Good call -- looks like the original Stetho package has support for this type of transformation. Would you be willing to help by submitting a PR for this use-case? I'll try to find time, but don't have a ton of free time in the next 3-4 of weeks! |
I'm unfortunately very limited on time as well. No worries if you're unable
to get to it.
…On Thu, Jun 21, 2018, 4:39 AM Brian Egan ***@***.***> wrote:
Good call -- looks like the original Stetho package has support for this
type of transformation. Would you be willing to help by submitting a PR for
this use-case? I'll try to find time, but don't have a ton of free time in
the next 3-4 of weeks!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACH0ZzNfW83AFzYAo_-TpZ7TGFr0qwgrks5t-4XsgaJpZM4Uvv3M>
.
|
There are great tools in golang that will receive he proxies data on your laptop and pipe them into chrome debugging tools. But I have to admit I am quite curious about the Facebook library that converts the protobuf on the mobile. |
We transport data using binary protos. Unfortunately, this means that responses look, for lack of a better term, like garbage in Stetho when using this plugin :(
Would it be possible for us to encode the responses in Dart before they get sent to the platform channel? It would probably have to be done at a higher level than HttpOverrides as we don't know the expected format in order to deseralize the data there.
The text was updated successfully, but these errors were encountered: