Open et opened 8 years ago
The Phoenix 1.2.1 changelog states:
[Channel]
handle_out
callbacks now require explicit event intercept for callback to be invoked, withPhoenix.Channel.intercept/1
If you add intercept(["new_msg"])
at the top of the channel module in question it should fix the problem.
Yeah, sorry. To be clear it is in the CHANGELOG for v0.15.0, so the solution still applies. https://github.com/phoenixframework/phoenix/blob/master/CHANGELOG.md#v0150-2015-7-27
I've followed all the instructions on the README and received this error when trying to start up phoenix.