good morning!!!!

Skip to content
Snippets Groups Projects
Commit 48a0cfdb authored by or-else's avatar or-else
Browse files

updated comments because var was renamed

parent 83b9b7ff
Branches
Tags v0.18.6
No related merge requests found
......@@ -162,7 +162,7 @@ type Session struct {
// Subscription is a mapper of sessions to topics.
type Subscription struct {
// Channel to communicate with the topic, copy of Topic.broadcast
// Channel to communicate with the topic, copy of Topic.clientMsg
broadcast chan<- *ClientComMessage
// Session sends a signal to Topic when this session is unsubscribed
......@@ -172,7 +172,7 @@ type Subscription struct {
// Channel to send {meta} requests, copy of Topic.meta
meta chan<- *ClientComMessage
// Channel to ping topic with session's updates
// Channel to ping topic with session's updates, copy of Topic.supd
supd chan<- *sessionUpdate
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment