Skip to content

Commit

Permalink
fix(pubsub): create channel for multicast
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Sep 5, 2024
1 parent 62ff1f2 commit ec895f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pubsub/ssh.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ func StartSshServer() {
Logger: logger,
PubSub: &psub.PubSubMulticast{
Logger: logger,
Chan: make(chan *psub.Subscriber),
},
}

Expand Down

0 comments on commit ec895f7

Please sign in to comment.