Hello! I'm using Oban.Pro.Relay in prod inside a GenServer (a Phoenix channel process to be precise). I checked and all Relay.asyncis followed by a Relay.await in my code, but there are still instances in prod where the GenServer receives the message instead of the Relay.await loop intercepting it. What could be the cause? How would one deal with that - or more generally, how does one handle unexpected messages in your handle_info?
#GenServer catching Oban.Pro.Relay notification messages sometimes
2 messages · Page 1 of 1 (latest)