Fixes compilation warning by moving the catch-all handle_info/2 clause to be immediately after the specific handle_info/2 clauses. In Elixir, all function clauses with the same name and arity must be grouped together for pattern matching to work correctly. This resolves the 'mix compile --warnings-as-errors' failure. |
||
|---|---|---|
| .. | ||
| connection_manager.ex | ||
| leader_election.ex | ||
| packet_distributor.ex | ||
| packet_receiver.ex | ||
| topology.ex | ||