Fix: UST consumer sync all available metadata
authorDavid Goulet <dgoulet@efficios.com>
Fri, 31 Oct 2014 17:23:29 +0000 (13:23 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Fri, 31 Oct 2014 17:23:29 +0000 (13:23 -0400)
In live mode, the sync metadata function was only working on one single
metadata stream of a given session ID. However, we can have multiple
metadata stream for the same session ID thus failing to send the data in
live mode correctly for the other streams.

This fixes it by simply iterating over all metadata stream for a session
ID and syncing them all.

Signed-off-by: David Goulet <dgoulet@efficios.com>

No differences found
This page took 0.024642 seconds and 4 git commands to generate.