File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ type Session struct {
162162
163163// Subscription is a mapper of sessions to topics.
164164type Subscription struct {
165- // Channel to communicate with the topic, copy of Topic.broadcast
165+ // Channel to communicate with the topic, copy of Topic.clientMsg
166166 broadcast chan <- * ClientComMessage
167167
168168 // Session sends a signal to Topic when this session is unsubscribed
@@ -172,7 +172,7 @@ type Subscription struct {
172172 // Channel to send {meta} requests, copy of Topic.meta
173173 meta chan <- * ClientComMessage
174174
175- // Channel to ping topic with session's updates
175+ // Channel to ping topic with session's updates, copy of Topic.supd
176176 supd chan <- * sessionUpdate
177177}
178178
You can’t perform that action at this time.
0 commit comments