ElephantIO\Engine\AbstractSocketIO::close PHP Method

close() public method

{@inheritDoc}
public close ( )
    public function close()
    {
        throw new UnsupportedActionException($this, 'close');
    }