Add missing call to configurator to NIOTSManagedListenerChannel
This commit is contained in:
parent
d61bf6d098
commit
b37cc8bd40
|
|
@ -410,6 +410,8 @@ extension StateManagedListenerChannel {
|
|||
|
||||
parameters.multipathServiceType = self.multipathServiceType
|
||||
|
||||
self.nwParametersConfigurator?(parameters)
|
||||
|
||||
let listener: NWListener
|
||||
do {
|
||||
listener = try NWListener(using: parameters)
|
||||
|
|
|
|||
Loading…
Reference in New Issue