good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
chat
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
github
tinode
chat
Commits
48a0cfdb
Commit
48a0cfdb
authored
May 11, 2022
by
or-else
Browse files
Options
Downloads
Patches
Plain Diff
updated comments because var was renamed
parent
83b9b7ff
Branches
Branches containing commit
Tags
v0.18.6
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
server/session.go
+2
-2
2 additions, 2 deletions
server/session.go
with
2 additions
and
2 deletions
server/session.go
+
2
−
2
View file @
48a0cfdb
...
...
@@ -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
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment