Giter Club home page Giter Club logo

Comments (4)

WuhanMonkey avatar WuhanMonkey commented on July 28, 2024

Update on show-all. Problem solved. Caused by the newline when read form the file. However, I noticed that for 2 nodes the order of some command is still not right.

from udpserverclient.

WuhanMonkey avatar WuhanMonkey commented on July 28, 2024

The problem about the out of order of the commands seems solved. The problem is that we didn't handle input command of 'update' appropriately. Another problem raised about 'show-all'. We still needs to broadcast it because if it handled locally when it is been read, the broadcast of previous command might not been processed yet. I will changed it on send thread and listen thread in order to handle it properly.

from udpserverclient.

WuhanMonkey avatar WuhanMonkey commented on July 28, 2024

Handled the problem of show-all. It now works fine.

from udpserverclient.

Staed avatar Staed commented on July 28, 2024

Fixed the output of show-all and made it thread-safe. Previously in it's thread-unsafe
form, it would cause a rare error due to data-races.

This is possibly due to smaller polling intervals (0.25 instead of 0.5) for which the thread
advances to the next command despite the for-loop in show-all not finishing yet.

Closing.

from udpserverclient.

Related Issues (5)

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.