nel*_*nic 6 elixir websocket elixir-framework phoenix-framework phoenix-channels
虽然运行在凤凰聊天示例应用程序上localhost
,我们看到了这个“噪音”警告:
[warn] Ignoring unmatched topic "topic:subtopic" in ChatWeb.UserSocket
code/phoenix-chat-example $ mix phx.server
[info] Running ChatWeb.Endpoint with Cowboy using http://0.0.0.0:4000
09:50:37 - info: compiled 6 files into 2 files, copied 3 in 1.7 sec
[warn] Ignoring unmatched topic "topic:subtopic" in ChatWeb.UserSocket
[info] JOIN "chat_room:lobby" to ChatWeb.ChatRoomChannel
Transport: Phoenix.Transports.WebSocket (2.0.0)
Serializer: Phoenix.Transports.V2.WebSocketSerializer
Parameters: %{}
[info] Replied chat_room:lobby :ok
[debug] QUERY OK source="messages" db=5.9ms decode=7.3ms
SELECT m0."id", m0."message", m0."name", m0."inserted_at", m0."updated_at" FROM "messages" AS m0 []
[warn] Ignoring unmatched topic "topic:subtopic" in ChatWeb.UserSocket
[warn] Ignoring unmatched topic "topic:subtopic" in ChatWeb.UserSocket
[warn] Ignoring unmatched topic "topic:subtopic" in ChatWeb.UserSocket
[warn] Ignoring unmatched topic "topic:subtopic" in ChatWeb.UserSocket
[warn] Ignoring unmatched topic "topic:subtopic" in ChatWeb.UserSocket
当客户端打开时,警告只会无限期地记录在终端/控制台中...
尝试搜索Google / GitHub / StackOverflow / Elixir论坛...
但没有明显的解决方案...
如果您知道如何删除此警告,请分享!谢谢!
v1.5.3
(最新)v1.3.0
(电流/稳定)v3.1.5
归档时间: |
|
查看次数: |
606 次 |
最近记录: |