Code Monkey home page Code Monkey logo

Comments (2)

chrisguttandin avatar chrisguttandin commented on June 17, 2024

Hi @Karwelox, thanks for your nice words.

The error sounds as if there was no way to establish a peer to peer connection between some of your clients. Is it possible that some of them are not on the same network or are blocked by something else to talk to each other. Maybe the network is just at its max capacity and can't transmit the data in time anymore.

In general this server is very simple and after re-reading the README I realized that I forgot to mention that it is primarily meant for local testing. It establishes a full mesh P2P network. Every client needs to create n-1 connections to all the other clients in this scenario. While it's very easy to reason about it's also very inefficient with more and more clients.

I built a commercial solution available at suenc.io that supports a very large number of concurrent clients by connecting them in a more sophisticated way. Maybe that works as an alternative for your use case.

Anyway, I would still be happy to track down the error that you reported. Is it possible that it's just a network issue?

from timing-provider-server.

chrisguttandin avatar chrisguttandin commented on June 17, 2024

Hi @carmelofascella,

I added a little note to the readme which mentions the intended use case of this server.

Nevertheless, I would still be happy to check if there is anything that could be fixed to avoid the error you got. Feel free to re-open this issue.

from timing-provider-server.

Related Issues (2)

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.