Live: use latest changes in Go SDK to deal with streaming frames (#34668)
This commit is contained in:
@@ -95,7 +95,9 @@ func (r *PluginPathRunner) OnSubscribe(ctx context.Context, user *models.SignedI
|
||||
|
||||
reply := models.SubscribeReply{
|
||||
Presence: true,
|
||||
Data: resp.Data,
|
||||
}
|
||||
if resp.InitialData != nil {
|
||||
reply.Data = resp.InitialData.Data()
|
||||
}
|
||||
return reply, backend.SubscribeStreamStatusOK, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user