GithubHelp home page GithubHelp logo

Comments (3)

mraspaud avatar mraspaud commented on July 30, 2024

This happens with address listening activated obviously.

from posttroll.

adybbroe avatar adybbroe commented on July 30, 2024

And here is an example code that illustrates the problem on a system that listens to a host where new publishers pop up:
`

from datetime import datetime
from posttroll.subscriber import Subscribe
with Subscribe('', ['RDR2'], True) as subscr:
... for msg in subscr.recv(timeout=150):
... print(msg)
... print(datetime.now())
...
None
2020-11-19 13:58:21.501170
None
2020-11-19 14:05:28.545749
None
2020-11-19 14:08:46.073315
None
2020-11-19 14:15:16.448657
None
2020-11-19 14:18:16.628616
None
2020-11-19 14:23:16.921780
`

from posttroll.

mraspaud avatar mraspaud commented on July 30, 2024

^ note the time interval is bigger than 150 seconds

from posttroll.

Related Issues (12)

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.