added jsvm subscriptions.Message binding
This commit is contained in:
@@ -7,8 +7,8 @@ import (
|
||||
|
||||
// Broker defines a struct for managing subscriptions clients.
|
||||
type Broker struct {
|
||||
mux sync.RWMutex
|
||||
clients map[string]Client
|
||||
mux sync.RWMutex
|
||||
}
|
||||
|
||||
// NewBroker initializes and returns a new Broker instance.
|
||||
|
||||
Reference in New Issue
Block a user