fix entangle integration
StringIO::multicommunicate can now only handle up to 100 messages. Should be sufficient. Change-Id: Id3ccdf03143b80a37aa0ef0b87c47090ef802a42 Reviewed-on: https://forge.frm2.tum.de/review/16288 Reviewed-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de> Tested-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de>
This commit is contained in:
@ -971,9 +971,9 @@ class StringIO(PyTangoDevice, Module):
|
||||
ArrayOf(
|
||||
TupleOf(
|
||||
StringType(),
|
||||
IntRange()))],
|
||||
IntRange()),100)],
|
||||
result=ArrayOf(
|
||||
StringType())),
|
||||
StringType(),100)),
|
||||
}
|
||||
|
||||
def do_communicate(self, value=StringType()):
|
||||
|
Reference in New Issue
Block a user