GithubHelp home page GithubHelp logo

Comments (4)

nikias avatar nikias commented on August 30, 2024 2

@christopherfujino I don't know how flutter is using the library exactly. It's a very simple fix and instead of demanding a revert of a mandatory change it would only be straight forward to fix the issue on the other side, in this case flutter.
I realized though that iproxy was broken in fact, which I just fixed with commit 6539b02. If flutter is only using iproxy, then this would solve the problem.
@JonGabilondoAngulo you don't even mention how you do your communication.
As a general rule to adapt to the changes:

  • Before commit ca24570, a timeout was basically a usbmuxd_recv or usbmuxd_recv_timeout with a return value of 0 (success) while setting the number of bytes received (via recv_bytes parameter) to 0.
  • Starting with commit ca24570, code expecting a timeout needs to check for an error code of -ETIMEDOUT to know if a timeout occurred or not. But also recv_bytes will be 0 in that case.

from libusbmuxd.

JonGabilondoAngulo avatar JonGabilondoAngulo commented on August 30, 2024

I can confirm that this push is braking our communication to the device too.
Reverting the push solves the problem.

from libusbmuxd.

amake avatar amake commented on August 30, 2024

I can't speak as to exactly how Flutter uses libusbmuxd, but 6539b02 does indeed appear to fix the issue. Thank you!

from libusbmuxd.

christopherfujino avatar christopherfujino commented on August 30, 2024

Thanks @nikias, closing this issue as it appears resolved!

from libusbmuxd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.