瀏覽代碼

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