We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1094455 commit dc33aa1Copy full SHA for dc33aa1
Sources/Nats/Nats.swift
@@ -76,6 +76,7 @@ public final class NATS: Service {
76
switch config.natsType {
77
case .client:
78
let handler = try NatsHandler(container: self.container, config: self.config)
79
+ self.handlerCacher.currentValue = handler
80
81
let bootstrap = ClientBootstrap(group: container.eventLoop)
82
.channelOption(ChannelOptions.socket(SocketOptionLevel(SOL_SOCKET), SO_REUSEADDR), value: 1)
0 commit comments