Skip to content

NsqSharp 0.3.2

Compare
Choose a tag to compare
@judwhite judwhite released this 27 Mar 11:04
· 177 commits to master since this release

New features:

  • 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