lib/pwwka/transmitter.rb in pwwka-0.18.0 vs lib/pwwka/transmitter.rb in pwwka-0.19.0
- old
+ new
@@ -24,10 +24,10 @@
DEFAULT_DELAY_BY_MS = 5000
attr_reader :channel_connector
def initialize
- @channel_connector = ChannelConnector.new
+ @channel_connector = ChannelConnector.new(connection_name: "p: #{Pwwka.configuration.app_id}")
end
# Send an important message that must go through. This method allows any raised exception
# to pass through.
#