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
Added IBus.GetCurrentMessageInformation method to get current message topic, channel, unique id; #16
NsqdHttpApi Stats method now deserializes e2e_processing_latency on channels; #2
Behavior changes:
IBus.CurrentMessage now returns null if the current thread isn't associated with a message handler (previous behavior was to throw KeyNotFoundException); #15
IBus.SendMulti and NsqdHttpApi.PublishMultiple won't send requests if message count is 0; #12, #13