From 3603c0386b296cee37ac1442de34ee7b03975f60 Mon Sep 17 00:00:00 2001 From: mountain Date: Fri, 8 Sep 2023 11:50:07 +0900 Subject: [PATCH] =?UTF-8?q?gob.Register=20=EB=88=84=EB=9D=BD=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wshandler/wshandler.go | 1 + 1 file changed, 1 insertion(+) diff --git a/wshandler/wshandler.go b/wshandler/wshandler.go index f6c9a7f..fa2a5d2 100644 --- a/wshandler/wshandler.go +++ b/wshandler/wshandler.go @@ -133,6 +133,7 @@ func init() { gob.Register(map[string]any{}) gob.Register(primitive.A{}) gob.Register(primitive.M{}) + gob.Register(primitive.D{}) gob.Register(primitive.ObjectID{}) gob.Register([]any{}) }