]> Entropealabs - wampex_client.git/commitdiff
upgrade wampex
authorChristopher <chris@entropealabs.com>
Sat, 21 Mar 2020 23:39:26 +0000 (18:39 -0500)
committerChristopher <chris@entropealabs.com>
Sat, 21 Mar 2020 23:39:26 +0000 (18:39 -0500)
lib/client/session.ex
mix.exs

index 032069acf018072307400a5c6956a1bdbb0daba3..9bdfc45b11f12d796cfe2fcc91698d020d8c0083 100644 (file)
@@ -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 2e14d6c6c41814fd00319c0870b410d256496437..e21140638c9aad205fbbb802a278ee32f6da64fa 100644 (file)
--- 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