indeed. I've moved it to use the Message variant since. so it currently seems to be working fine. I'm just curious at to what my deal was. there's a good chance I was doing something incorrect.
Login to reply
Replies (3)
Try to move the `client.subscribe` code and filter in the `process_reminder_notifications` func, between the `let mut notifications = client.notifications();` and `info!("listening for notifications");`
I'll give that a shot here in a bit. what are you thinking the issue might be?
so @Yuki Kishimoto it looks like putting the subscribe after the notification receiver creation appears to be the key i needed. i appreciate the help.