Github user jdanekrh commented on a diff in the pull request:
https://github.com/apache/qpid-proton/pull/127#discussion_r146538930
--- Diff: proton-c/bindings/ruby/lib/reactor/container.rb ---
@@ -155,7 +155,7 @@ def create_sender(context, opts = {})
sender.source.address = opts[:source] if !opts[:source].nil?
sender.target.address = target if target
sender.handler = opts[:handler] if !opts[:handler].nil?
- sender.tag_generator = opts[:tag_generator] if
!opts[:tag_gnenerator].nil?
+ sender.tag_generator = opts[:tag_generator] if
!opts[:tag_generator].nil?
--- End diff --
highlighting code change
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]