sneakpeek 함수 추가
This commit is contained in:
@ -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"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user