zorbash / opus

A framework for pluggable business logic components
MIT License
360 stars 21 forks source link

(ErlangError) Erlang error: "Graphvix.Graph Graphvix.Graph received unexpected message in handle_info/2: :save_state\n" #16

Open churcho opened 5 years ago

churcho commented 5 years ago

Environment

Current behavior

When running my app I get the error above. My mix env:

{:opus, "~> 0.5.3"},
{:opus_graph, "~> 0.1", only: [:dev]},
zorbash commented 5 years ago

Hi @churcho this looks like an upstream bug of :graphvix. It should be harmless, since :opus_graph is meant to be started in dev env. However such an error raises suspicion to the developer, so I'll spend some time debugging this.