Kraken\Ipc\Zmq\ZmqSocket::unsubscribe PHP Method

unsubscribe() public method

Unsubscribe socket from channel.
public unsubscribe ( mixed $channel )
$channel mixed
    public function unsubscribe($channel)
    {
        $this->socket->setSockOpt(ZMQ::SOCKOPT_UNSUBSCRIBE, $channel);
    }