You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did we do something wrong or misunderstood something? Were you supposed to insert StatusCode and StatusTxt into retList when you call c.doAll in line 39?
Note: We are using nsq 1.0.0-compat (https://github.com/nsqio/nsq/releases/tag/v1.0.0-compat) on standard Ubuntu 16 .
The text was updated successfully, but these errors were encountered:
In file
lookup.go, line 55
, there seems to be an inconsistency of the struct used to marshal the json returned bynsqdlookup
. Currently it is:whereas v should simply be
Because
http://nsqd/lookup?topic=hello
returnsDid we do something wrong or misunderstood something? Were you supposed to insert
StatusCode
andStatusTxt
intoretList
when you callc.doAll
inline 39
?Note: We are using nsq 1.0.0-compat (
https://github.com/nsqio/nsq/releases/tag/v1.0.0-compat
) on standard Ubuntu 16 .The text was updated successfully, but these errors were encountered: