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
letchannel=socket.channel("topic:subtopic",{})channel.join().receive("ok",resp=>{console.log("Joined successfully",resp)}).receive("error",resp=>{console.log("Unable to join",resp)})
While running the Phoenix Chat Example App on
localhost
we are seeing this "noisy" warning:[warn] Ignoring unmatched topic "topic:subtopic" in ChatWeb.UserSocket
The warning just keeps being logged in the Terminal/Console indefinitely while the client is open ...
Tried searching Google / GitHub / StackOverflow / Elixir Forum ... 🔍
but no obvious solution ... 😞
https://elixirforum.com/search?q=unmatched%20topic%20%22topic%3Asubtopic%22
If you know how to remove this warning, please share! Thanks! 🖖
Additional Info
v1.5.3
(latest)v1.3.0
(current/stable)v3.1.5
The text was updated successfully, but these errors were encountered: