stephane-segning / no-drive

2 stars 0 forks source link

sending notifications #16

Open Christiantyemele opened 3 weeks ago

Christiantyemele commented 3 weeks ago

An mqtt broker should be able to send notifications to all subscribed clients.

 async fn send_notification(&self, user_id: String, message: String) -> Result<()> {}