diff --git a/addons/no_twitch/eventsub_socket.gd b/addons/no_twitch/eventsub_socket.gd index 1bed1ae..b83deb8 100644 --- a/addons/no_twitch/eventsub_socket.gd +++ b/addons/no_twitch/eventsub_socket.gd @@ -107,7 +107,10 @@ func data_received(packet : PackedByteArray): keepalive_timer = 0 - - print(info) + +func send_pong(pong): + + pong.metadata.message_type = "session_pong" + send_text(str(pong))