This commit is contained in:
Brandon Watson 2023-09-26 13:49:10 -05:00
parent e41fdd3561
commit 93abb12cfa

View File

@ -127,6 +127,7 @@ func (d *Dispatcher) dispatchMessage(msg *message.Message) {
sub := subsList[i]
d.Subscribe(sub.Name(), sub.AuthToken())
}
case message.MetaSubscribe:
//handle MetaSubscribe resp
d.pendingSubsMu.Lock()