added jsvm subscriptions.Message binding

This commit is contained in:
Gani Georgiev
2023-10-07 16:11:31 +03:00
parent 49e3f4ad93
commit e2f806d8bb
6 changed files with 2729 additions and 2646 deletions
+1 -1
View File
@@ -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.