Skip to content
Snippets Groups Projects
Commit 82e75596 authored by Manuela Kuhn's avatar Manuela Kuhn
Browse files

Added data to array send to live viewer correctly

parent 28a27e82
No related branches found
No related tags found
No related merge requests found
......@@ -364,6 +364,7 @@ class WorkerProcess():
if socketDict.has_key("liveViewer"):
chunkPayload.append(chunkPayloadMetadataJson)
chunkPayload.append(fileContentAsByteObject)
payloadAll.append(fileContentAsByteObject)
if socketDict.has_key("onda"):
payloadAll.append(fileContentAsByteObject)
......@@ -391,6 +392,7 @@ class WorkerProcess():
except Exception, e:
self.log.error("Unable to send multipart-message for file " + str(sourceFilePathFull))
self.log.debug("Error was: " + str(e))
self.log.debug("Error was: " + str(trace))
self.log.info("Passing multipart-message...failed.")
# raise Exception(e)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment