[warning] 'Elixir.Phoenix.Channel.Server'

Hello!

When using : Absinthe.Subscription.publish(pubsub, user, [new_users: user.account_id])

I get the following error :
[warn] Phoenix.Channel.Server #PID<0.3095.0> received unexpected message in handle_info/2: %Phoenix.Socket.Broadcast{event: “subscription:data”, payload: %{result: %{data: %{}}}

Can you help me, I can’t understand what the problem is.

Thanks.