swot_simulator.logbook.LogRecordSocketReceiver.handle_stream

async LogRecordSocketReceiver.handle_stream(stream: tornado.iostream.IOStream, address: Tuple) Optional[Awaitable[None]][source]

Override to handle a new IOStream from an incoming connection.

Parameters
  • stream (tornado.iostream.IOStream) – Incoming stream.

  • address (tuple) – IP address and TCP port.