Fixed the loops in Twitch backend

This commit is contained in:
Luxferre
2024-09-25 09:23:50 +03:00
parent 842452f690
commit 99d164d0cb
+1 -1
View File
@@ -301,7 +301,7 @@ func twitch_run(config map[string]interface{}) {
tcpwritestr(conn, "CAP REQ :twitch.tv/membership twitch.tv/tags twitch.tv/commands\n") tcpwritestr(conn, "CAP REQ :twitch.tv/membership twitch.tv/tags twitch.tv/commands\n")
/* set up subscriptions and start the WebSocket event loop goroutine */ /* set up subscriptions and start the WebSocket event loop goroutine */
tw_ws_pubsub_readloop() go tw_ws_pubsub_readloop()
log.Println("StreamGoose Twitch Go backend connected") log.Println("StreamGoose Twitch Go backend connected")