]> Entropealabs - wampex_router.git/commitdiff
update ClusterKV
authorChristopher <chris@entropealabs.com>
Thu, 2 Apr 2020 21:16:37 +0000 (16:16 -0500)
committerChristopher <chris@entropealabs.com>
Thu, 2 Apr 2020 21:16:37 +0000 (16:16 -0500)
lib/router/transports/web_socket.ex
mix.exs
mix.lock

index 861ddb25823a98b565d968ab3ced0307d9970c7c..43b5a2019c5e8f637c7db67fae93a78a8d9ed69b 100644 (file)
@@ -30,7 +30,7 @@ defmodule Wampex.Router.Transports.WebSocket do
   def websocket_init({state, db, name, atm, azm}) do
     {:ok, session} = Realms.start_session(Router.realms_name(name), db, name, WebSocket, self(), atm, azm)
     Process.link(session)
-    Logger.info("Websocket Initialized: #{inspect(state)}")
+    Logger.debug("Websocket Initialized: #{inspect(state)}")
     {:ok, %WebSocket{state | session: session}}
   end
 
diff --git a/mix.exs b/mix.exs
index b86375a998cc43613336e5b321dcad6aa7be1e92..27b7dcfdbf8ade55b35ed46675624dd28db86f17 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -39,7 +39,7 @@ defmodule Wampex.Router.MixProject do
   defp deps do
     [
       {:cluster_kv,
-       git: "https://gitlab.com/entropealabs/cluster_kv.git", tag: "801f732c1cb5a9a9125de34ed2bdf88d2723ed00"},
+       git: "https://gitlab.com/entropealabs/cluster_kv.git", tag: "afff49680c84dabdd9a5713238da70854f518beb"},
       {:cors_plug, "~> 2.0"},
       {:credo, "~> 1.2", only: [:dev, :test], runtime: false},
       {:dialyxir, "~> 0.5.1", only: [:dev, :test], runtime: false},
index aae6e728a36b8303cf406a09a4e9d685131a4582..cdb2a51d37b0cd1897de7a685e1db0bc0c4169f0 100644 (file)
--- a/mix.lock
+++ b/mix.lock
@@ -1,7 +1,7 @@
 %{
   "bunt": {:hex, :bunt, "0.2.0", "951c6e801e8b1d2cbe58ebbd3e616a869061ddadcc4863d0a2182541acae9a38", [:mix], [], "hexpm", "7af5c7e09fe1d40f76c8e4f9dd2be7cebd83909f31fee7cd0e9eadc567da8353"},
   "certifi": {:hex, :certifi, "2.5.1", "867ce347f7c7d78563450a18a6a28a8090331e77fa02380b4a21962a65d36ee5", [:rebar3], [{:parse_trans, "~>3.3", [hex: :parse_trans, repo: "hexpm", optional: false]}], "hexpm", "805abd97539caf89ec6d4732c91e62ba9da0cda51ac462380bbd28ee697a8c42"},
-  "cluster_kv": {:git, "https://gitlab.com/entropealabs/cluster_kv.git", "801f732c1cb5a9a9125de34ed2bdf88d2723ed00", [tag: "801f732c1cb5a9a9125de34ed2bdf88d2723ed00"]},
+  "cluster_kv": {:git, "https://gitlab.com/entropealabs/cluster_kv.git", "afff49680c84dabdd9a5713238da70854f518beb", [tag: "afff49680c84dabdd9a5713238da70854f518beb"]},
   "conv_case": {:hex, :conv_case, "0.2.2", "5a98b74ab8f7ddbad670e5c7bb39ff280e60699aa3b25c7062ceccf48137433c", [:mix], [], "hexpm", "561c550ab6d55b2a4d4c14449e58c9957798613eb26ea182e14a962965377bca"},
   "cors_plug": {:hex, :cors_plug, "2.0.2", "2b46083af45e4bc79632bd951550509395935d3e7973275b2b743bd63cc942ce", [:mix], [{:plug, "~> 1.8", [hex: :plug, repo: "hexpm", optional: false]}], "hexpm", "f0d0e13f71c51fd4ef8b2c7e051388e4dfb267522a83a22392c856de7e46465f"},
   "cowboy": {:hex, :cowboy, "2.7.0", "91ed100138a764355f43316b1d23d7ff6bdb0de4ea618cb5d8677c93a7a2f115", [:rebar3], [{:cowlib, "~> 2.8.0", [hex: :cowlib, repo: "hexpm", optional: false]}, {:ranch, "~> 1.7.1", [hex: :ranch, repo: "hexpm", optional: false]}], "hexpm", "04fd8c6a39edc6aaa9c26123009200fc61f92a3a94f3178c527b70b767c6e605"},