caproto.server.common.VirtualCircuit¶

- class caproto.server.common.VirtualCircuit(circuit, client, context)[source]¶
- Methods - command_queue_loop()- Reference implementation of the command queue loop - recv()- Receive bytes over TCP and cache them in this circuit's buffer. - send(*commands)- Process a command and tranport it over the TCP socket for this circuit. - subscription_queue_loop()- Attributes - circuit