sneakpeek 함수 추가

This commit is contained in:
2024-01-24 14:33:02 +09:00
parent 3e868ba49f
commit 862d5650a2
3 changed files with 43 additions and 3 deletions

View File

@ -80,7 +80,7 @@ func (so *Social) prepare(ctx context.Context) error {
so.redison = gocommon.NewRedisonHandler(redisClient.Context(), redisClient)
connections := makeConnections()
connections := makeConnections(so.redison)
so.wsh.AddHandler(wshandler.MakeWebsocketApiHandler(connections, "social"))
so.httpApiBorker.AddHandler(gocommon.MakeHttpApiHandler(connections, "social"))