ソースを参照

fixing deadlock

reid 2 年 前
コミット
b5e36b68c0
1 ファイル変更1 行追加0 行削除
  1. 1 0
      broadcast/broadcast.go

+ 1 - 0
broadcast/broadcast.go

@@ -334,6 +334,7 @@ func GetStateJson() ([]byte, error) {
 // broadcast the global state to auth'd clients
 func BroadcastToClients() error {
 	authJson, err := GetStateJson()
+	config.Logger.Info("Got state json")
 	if err != nil {
 		errmsg := fmt.Errorf("Error marshalling auth broadcast:", err)
 		return errmsg