Question: How to wait for an event on actor startup?
Author: LasseRosenowCreated Mar 22, 2022Updated May 24, 2022
Labelsquestion
I have an Actor that sets up an MQTT Server, but I only want the server to start, after I received a Message DatabaseConnection.
What would be the recommended way to do this?
Source: actix/actix