summaryrefslogtreecommitdiff
path: root/plugins/websockets/plugin.go
diff options
context:
space:
mode:
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 {