Thruway\Transport\TransportInterface::close PHP Method

close() public method

Close transport
public close ( )
    public function close();

Usage Example

Exemplo n.º 1
0
 /**
  * Process Shutdown session
  */
 public function shutdown()
 {
     // we want to immediately remove
     // all references
     $this->onClose();
     $this->transport->close();
 }
All Usage Examples Of Thruway\Transport\TransportInterface::close