Plushie.Event.Diagnostic.DispatchLoopExceeded (Plushie v0.7.0)

Copy Markdown View Source

The runtime's command dispatch chain exceeded the configured depth limit, indicating an update loop that keeps returning a command whose delivered event produces another command.

Summary

Types

t()

@type t() :: %Plushie.Event.Diagnostic.DispatchLoopExceeded{
  depth: non_neg_integer(),
  limit: non_neg_integer()
}