PubSub Websocket UnrealEngine4

Hi,

I try to connect to pubsub via UE4 blueprint.
My print string say Connection OK
But when I launch a reward nothing happens

Could you help me please?

I don’t see where you’re actually requesting to listen to any topics once the connection is established. It looks like you’re establishing a connection, then doing nothing.

Make sure you’re listening to the topics you want and don’t get an error https://dev.twitch.tv/docs/pubsub#topics

Looks like you are trying to send your listen payload as a header to the socket start.

Not a message after connection

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.