From: Christopher Date: Sat, 21 Mar 2020 23:39:26 +0000 (-0500) Subject: upgrade wampex X-Git-Url: http://git.entropealabs.com/?a=commitdiff_plain;h=5c8b95114bfc11b8c9ce92803f22c088b34a78eb;p=wampex_client.git upgrade wampex --- diff --git a/lib/client/session.ex b/lib/client/session.ex index 032069a..9bdfc45 100644 --- a/lib/client/session.ex +++ b/lib/client/session.ex @@ -320,7 +320,7 @@ defmodule Wampex.Client.Session do ) do reg = Client.callee_registry_name(name) - Registry.dispatch(reg, elem(invocation, 3), fn entries -> + Registry.dispatch(reg, elem(invocation, 2), fn entries -> for {pid, _procedure} <- entries, do: send(pid, invocation) end) diff --git a/mix.exs b/mix.exs index 2e14d6c..e211406 100644 --- a/mix.exs +++ b/mix.exs @@ -47,7 +47,7 @@ defmodule Wampex.Client.MixProject do {:states_language, "~> 0.2"}, {:wampex, git: "https://gitlab.com/entropealabs/wampex.git", - tag: "7c5d257937ace7776f61ad63f8590c24ef5e382a"}, + tag: "fef406d7efd7d8d5d49e49951da802280a3d43b6"}, {:websockex, "~> 0.4.2"} ] end