good morning!!!!

Skip to content
Snippets Groups Projects
Commit aec616b0 authored by a's avatar a
Browse files

merge

parents 1fdf8d8f e234201d
Branches
Tags v0.1.0
No related merge requests found
......@@ -3,6 +3,7 @@ package stream
import (
"context"
"net/http"
"sync"
"gfx.cafe/open/goutil/generic"
"gfx.cafe/open/jsonpatch"
......@@ -92,6 +93,7 @@ type WebsocketSubscriber struct {
topic string
ctx context.Context
cn context.CancelFunc
mu sync.Mutex
}
func NewWssSubscriber(pctx context.Context, topic string, c *websocket.Conn) *WebsocketSubscriber {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment