Skip to content
This repository was archived by the owner on Feb 12, 2020. It is now read-only.

a problem with 'Nsqlookupd'  #58

@Youngyezi

Description

@Youngyezi

file: Nsqlookupd.php
line:101

$producers = isset($r['data'], $r['data']['producers']) ? $r['data']['producers'] : array()

NSQ API: /lookup?topic=$topic

response : {"channels":[...],"producers":[...]}

maybe change to :

$producers = isset($r['producers']) ? $r['producers'] : array()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions