From ee13ce81619b31180eaa26021695c8467048fa94 Mon Sep 17 00:00:00 2001 From: Alexandre Gobbo Date: Thu, 14 Nov 2019 16:49:34 +0100 Subject: [PATCH] Script execution --- script/test/TestStreamNotFixed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test/TestStreamNotFixed.py b/script/test/TestStreamNotFixed.py index a6d4582..d8f438d 100644 --- a/script/test/TestStreamNotFixed.py +++ b/script/test/TestStreamNotFixed.py @@ -5,7 +5,7 @@ url= "tcp://SIN-CVME-DBPM0421:9000" p=Provider("provider", url, True) p.config.keepListeningOnStop = True p.config.parallelHandlerProcessing = False -p.config.byteBufferAllocator = False +p.config.byteBufferAllocator = True st1 = Stream("st1", p) st1.initialize() st1.start()