Skip to content

Commit

Permalink
Fixed wrong connection name
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi committed Nov 27, 2023
1 parent d488ca7 commit 1a0b46e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/client/src/main/scala/StartupNegotiation.scala
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ object StartupNegotiation {
ShortString("consumer_cancel_notify") -> true,
ShortString("basic.nack") -> true,
ShortString("connection.blocked") -> true
).updated(ShortString("connection_name"), connectionName)
)
)
).updated(ShortString("connection_name"), connectionName)
}

final case class NegotiatedConfig(
Expand Down

0 comments on commit 1a0b46e

Please sign in to comment.