summaryrefslogtreecommitdiff
path: root/plugins/websockets/plugin.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-06-18 12:38:36 +0300
committerValery Piashchynski <[email protected]>2021-06-18 12:38:36 +0300
commit1229d24e574f9632ea68dea721fe7ed437afbb85 (patch)
tree334eb3c4a02d8ec559af42850fab2fb45325ddf7 /plugins/websockets/plugin.go
parent9e8bad3988c1fec2e545898d529446f7b93e537b (diff)
- Add broadcast tests
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'plugins/websockets/plugin.go')
-rw-r--r--plugins/websockets/plugin.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/websockets/plugin.go b/plugins/websockets/plugin.go
index f0b7c6c3..ca5f2f59 100644
--- a/plugins/websockets/plugin.go
+++ b/plugins/websockets/plugin.go
@@ -123,7 +123,7 @@ func (p *Plugin) Serve() chan error {
p.workersPool = pool.NewWorkersPool(p.subReader, &p.connections, p.log)
- // run all pubsubs drivers
+ // we need here only Reader part of the interface
go func(ps pubsub.Reader) {
for {
select {