public function cmp_by_active_stream_ref()

in src/GcpExtensionChannel.php [130:133]


    public function cmp_by_active_stream_ref($a, $b)
    {
        return $a->getActiveStreamRef() - $b->getActiveStreamRef();
    }