Git Product home page Git Product logo

Comments (3)

soypat avatar soypat commented on June 10, 2024

@csweichel Thanks for your kind words <3

setSSID call seemed to race the subsequent async status poll.

Hmm, not sure I understand- setSSID blocks until all I/O completes †, and the lock to the device is held the whole time by JoinWPA2 , so there's no competing goroutine access as far as I can tell.

That said- now you do mention it I do see a race happening between the call to doIoctlSet inside setSSID and the subsequent setting of the state field since ioctl methods will process any packet received inside of rx, including Events that may modify state.

If this is a true race then I'd imagine a possible fix to this would be setting the state field within setSSID right before doIoctlSet is called, since setSSID starts the connection process anyways.

† Note: In latest main branch.

from cyw43439.

soypat avatar soypat commented on June 10, 2024

@csweichel I've managed to replicate this behaviour and tested out your fix and had good results. Thank you for your suggestions! Are you able to test #38 ?

from cyw43439.

soypat avatar soypat commented on June 10, 2024

@csweichel I'll keep this one open for a week before closing as it seems your suggestions yielded great results in PR #38.

from cyw43439.

Related Issues (11)

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.