Closedown
This commit is contained in:
@@ -84,9 +84,11 @@ class Array10(DeviceBase, Readable, Cacheable, Readable.ReadableType):
|
||||
def rx_thread(self):
|
||||
self.getLogger().info("Enter rx thread");
|
||||
try:
|
||||
print "ENTER"
|
||||
self.context = ZMQ.context(1)
|
||||
self.socket = self.context.socket(self.mode)
|
||||
self.socket.connect(self.address)
|
||||
print "RUNNING"
|
||||
while self.running:
|
||||
header = self.socket.recv(ZMQ.NOBLOCK)
|
||||
if (header is not None):
|
||||
|
||||
Reference in New Issue
Block a user