phoenix-channels Questions
3
I am doing a channel test that is receiving lots of messages. I may receive a message during setup, adjust some state and then I want to assert ( or refute ) another copy of that message was sent. ...
Laburnum asked 19/10, 2016 at 19:41
1
Solved
Once I started using Channels with Phoenix, I started getting a lot of these errors on Heroku:
heroku[router]: at=error code=H15 desc="Idle connection" method=GET
path="/socket/websocket?guardian_...
Mithridatism asked 4/3, 2017 at 23:40
1
Solved
While running the Phoenix Chat Example App on localhost we are seeing this "noisy" warning:
[warn] Ignoring unmatched topic "topic:subtopic" in ChatWeb.UserSocket
code/phoenix-chat-example $ m...
Statistical asked 12/1, 2018 at 12:43
3
Solved
I'm writing an application using Elixir Channels to handle realtime events. I understand that there will be 1 socket open per client and can multiplex multiple channels over it. So my app is a chat...
Byway asked 4/11, 2016 at 2:55
1
Solved
I'm pretty new to the Elixir and Phoenix Framework, so may be my question is a little bit dumb.
I have an app with Elixir + Phoenix Framework as a backend and Angular 2 as a frontend. I am using P...
Hobnob asked 31/7, 2016 at 16:35
1
Solved
I'm currently trying to devise a scheme where the following happens.
Client A is subscribed/connected to topic/channel T.
A sends a message in the form of a select query to T.
Only A receives th...
Lawful asked 22/5, 2016 at 11:31
1
© 2022 - 2024 — McMap. All rights reserved.