good morning!!!!

Skip to content
Snippets Groups Projects
Commit 707df67d authored by Garet Halliday's avatar Garet Halliday
Browse files

fix panic

parent 4cea9d87
Branches
Tags
1 merge request!26fix panic
Pipeline #30449 passed
...@@ -87,6 +87,7 @@ func (c *WrapClient) Subscribe(ctx context.Context, namespace string, channel an ...@@ -87,6 +87,7 @@ func (c *WrapClient) Subscribe(ctx context.Context, namespace string, channel an
// BUG: a worse is better solution... it means that when this fills, you might receive subscriptions in an undefined error // BUG: a worse is better solution... it means that when this fills, you might receive subscriptions in an undefined error
onmsg: make(chan json.RawMessage, 32), onmsg: make(chan json.RawMessage, 32),
subdone: make(chan struct{}), subdone: make(chan struct{}),
readErr: make(chan error),
} }
// will get the type of the event // will get the type of the event
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment