Add missing call to configurator to NIOTSManagedListenerChannel

This commit is contained in:
Gus Cairo 2025-04-09 14:43:09 +01:00
parent d61bf6d098
commit b37cc8bd40
1 changed files with 2 additions and 0 deletions

View File

@ -410,6 +410,8 @@ extension StateManagedListenerChannel {
parameters.multipathServiceType = self.multipathServiceType
self.nwParametersConfigurator?(parameters)
let listener: NWListener
do {
listener = try NWListener(using: parameters)