mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-31 07:30:32 +00:00
Add buffer to broker SendMessage
This commit is contained in:
parent
d8c07e2b01
commit
564198600a
@ -33,7 +33,7 @@ type broker struct {
|
||||
func NewBroker() Broker {
|
||||
// Instantiate a broker
|
||||
broker := &broker{
|
||||
notifier: make(chan []byte, 1),
|
||||
notifier: make(chan []byte, 100),
|
||||
newClients: make(chan chan []byte),
|
||||
closingClients: make(chan chan []byte),
|
||||
clients: make(map[chan []byte]bool),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user