Closed cmdrk closed 1 month ago
Zones can now expose a handle_info/2 callback just as in gen_server, gen_statem etc. Returns of type 'reply' (i.e., reply to the caller) don't make sense here and are dropped, with a warning logged.
Zones can now expose a handle_info/2 callback just as in gen_server, gen_statem etc. Returns of type 'reply' (i.e., reply to the caller) don't make sense here and are dropped, with a warning logged.