Bandit.HTTP1.Handler received... {:now_available, #Reference<>}

  • Phoenix version: 1.7.11

  • Elixir version 1.16.1
    I’m pretty noobie, and I’m trying to figure out LiveView and Phoenix. I generated a new LiveView with mix phx.gen.live and got it all set up so I can create new stuff. When I create one, though, I get the following error:

    [error] Bandit.HTTP1.Handler #PID<0.2349.0> received unexpected message in handle_info/2: {:now_available, #Reference<0.1391554934.1696071681.216453>}

    [error] Bandit.HTTP1.Handler #PID<0.2349.0> received unexpected message in handle_info/2: {:now_available, #Reference<0.1391554934.1696071681.216994>}

I must be missing it, but I can’t find much documentation for what the :now_available is for, and how I should handle it. Any guidance? Thanks!

Are you using long polling? We are leaking a message there but it may have been fixed on latest Phoenix.

I double checked and this shoukd have been fixed on 1.7,11. If it persists please file an issue.

1 Like