littlelines / littlechat

A peer-to-peer video chat application made using Phoenix, LiveView, and WebRTC. Want to know how it's made? Read the blog post: https://littlelines.com/blog/2020/07/06/building-a-video-chat-app-in-phoenix-liveview
https://littlechat.app
MIT License
190 stars 21 forks source link

Invalid Noreply from LittlechatWeb.Room.ShowLive.handle_info/2 callback Error #15

Closed Adsidera closed 3 years ago

Adsidera commented 3 years ago

Cloned the repo, installed the deps, ran the server and whenever displaying the room, I get this issue:

** (ArgumentError) invalid noreply from LittlechatWeb.Room.ShowLive.handle_info/2 callback.

Expected one of:

    {:noreply, %Socket{}}

It looks similar to this Liveview issue phoenixframework/phoenix_live_view#784

Adsidera commented 3 years ago

After rerunning the application, installed again deps, dropped and removed database, there is no error right now. Closing issue.