Git Product home page Git Product logo

Comments (3)

kevinkk525 avatar kevinkk525 commented on September 28, 2024

I just realized that I am probably still using an old version of client.py on my device. In this version self.ok=True was still in line 125 after the self.readline which would be expected to result in the described behavior.
Will get back after testing with the new version but don't expect it to be a problem anymore. Sorry.

from micropython-iot.

peterhinch avatar peterhinch commented on September 28, 2024

Well spotted but I think that's a bug I fixed a few days ago.

I should warn that there is a minor API change in the works. This affects the server side only, namely args to server.run(). Instead the number of connections the function now expects a set containing the client_id's of the expected clients. This enables checks to be made for unexpected or duplicate clients.

It also facilitates a server.wait_all() coro, where a server-side application coro pauses on startup until all expected clients have connected. This is the main reason for the change: in applications where clients communicate with each other, the server-side application needs to "know" that all clients have made initial connections.

The current s_comms_cp.py does this at application level which is clunky. The new version simply waits on the above function before proceeding.

from micropython-iot.

kevinkk525 avatar kevinkk525 commented on September 28, 2024

Yeah should have checked my source file on the microcontroller first. With the new version including your fix it is working just fine.

That sounds interesting, thanks for letting me know. Will implement something similar in my server application. I don't use any of your server code by now. My approach however is more dynamic, creating clients as they connect. No need to know which clients will connect.

from micropython-iot.

Related Issues (13)

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.