Git Product home page Git Product logo

Comments (4)

davinellulinvega avatar davinellulinvega commented on August 24, 2024 1

Hello,

Try to simply do something like:

hello = ActorSystem().createActor(MyActor)
ActorSystem().tell(hello, None)  # None is used in place of a real message here

With the implementation of your MyActor class as it is, the first message sent by the ActorSystem will be received immediately by hello and trigger the loop. Subsequent messages should be of type WakeupMessage and trigger further wakeup calls.
Hence, implementing the kind of forever loop you are asking for.

Sincerely.

from thespian.

dkhan11 avatar dkhan11 commented on August 24, 2024

I have tried to just send the message from the actor, just like you did in your examples:
self.send(self.myAddress, WakeupMessage(timedelta(seconds=2)))

It works but for some reason the delayed period is ignored and it just fires rapidly instead of the 2 seconds delay.
Is this the right way to do so?

Thanks,
DD.

from thespian.

dkhan11 avatar dkhan11 commented on August 24, 2024

Got it, thanks! I will use it.

from thespian.

kwquick avatar kwquick commented on August 24, 2024

Thank you @davinellulinvega for providing assistance on this while I was out travelling!

@dkhan11, please feel free to post (either here or on the thespian.py grouplist) if you encounter any additional troubles.

Regards,
Kevin

from thespian.

Related Issues (20)

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.