From 15ab1c9e7c9d8044db1939d71684ae41070f7bb0 Mon Sep 17 00:00:00 2001 From: mountain Date: Tue, 24 Oct 2023 20:18:49 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/client.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/client.go b/client/client.go index 6909694..a8720b7 100644 --- a/client/client.go +++ b/client/client.go @@ -13,6 +13,7 @@ import ( "path" "path/filepath" "reflect" + "runtime/debug" "sort" "strconv" "strings" @@ -442,6 +443,8 @@ func NewClient(standalone bool) (HoustonClient, error) { } func (hc *houstonClient) Start() { + debug.PrintStack() + // receive from stream defer func() { hc.wg.Wait()