You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting this while trying to compile my dependencies
== Compilation error in file lib/amqp/consumer_helper.ex ==
** (CompileError) lib/amqp/consumer_helper.ex:24: cannot find or invoke local basic_credit_drained/0 inside match. Only macros can be invoked in a match and they must be defined before their invocation. Called as: basic_credit_drained()
(stdlib 3.15.2) lists.erl:1358: :lists.mapfoldl/3
lib/amqp/consumer_helper.ex:24: (module)
[Warn - 5:56:22 PM] could not compile dependency :amqp, "mix compile" failed. You can recompile this dependency with "mix deps.compile amqp", update it with "mix deps.update amqp" or clean it with "mix deps.clean amqp"
Getting this while trying to compile my dependencies
Amqp version
{:amqp, "~> 3.0.0-rc.1"},
Elixir
The text was updated successfully, but these errors were encountered: