We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f80d26 commit fa25316Copy full SHA for fa25316
README.md
@@ -74,8 +74,8 @@ subscription := subscriptionManager.Subscriptions()
74
75
for _, conn := range subscriptions {
76
// Things you have access to here:
77
- conn.ID // The connection ID
78
- conn.User // The user returned from the subscription manager's Authenticate
+ conn.ID() // The connection ID
+ conn.User() // The user returned from the Authenticate function
79
80
for _, subscription := range subscriptions[conn] {
81
0 commit comments