Skip to content

ConnectionString and one bug fix

Compare
Choose a tag to compare
@pardahlman pardahlman released this 14 Feb 16:47
· 267 commits to master since this release

In this release the ConnectionStringParser has been polished by Originalutter. It now supports all configuration parameters available in the configuration object. There are also some nice default values, like port 5672 which can be omitted from connection string.

An KeyNotFound issue that sometimes occurred when performing multiple request synchronous (with await) was fixed.

  • #53 - Avoid opening channels on Respond
  • #50 - Unexpected connection close when multiple RPC
  • #47 - Add default attributes
  • #44 - Update QueueArgument with LazyQueue
  • #42 - Allow connection strings without parameters
  • #25 - Support more parameters to connectionString

Commits: f0d5128...09aaea5