Fixed the loops in Twitch backend
This commit is contained in:
+1
-1
@@ -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")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user