Ejemplo n.º 1
0
 def recv_frame_nowait(self):
     f = zframe.recv_nowait(self.sock)
     if f:
         f = Frame(frame=f)
     return f
Ejemplo n.º 2
0
 def recv_frame_nowait(self):
     f = zframe.recv_nowait(self.sock)
     if f:
         f = Frame(frame=f)
     return f