You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We haven't provided any bind methods neither EventLoopFuture based nor async that have a cleanupExistingSocketFile in transport-services since it requires to do a couple of sys calls. I am unsure if we want to add those sys calls to NIOTS here.
Expected behavior
NIOTSListenerBootstrap
has all the typed bind functions thatServerBootstrap
has.Actual behavior
NIOTSListenerBootstrap.bind(unixDomainSocketPath:cleanupExistingSocketFile:serverBackPressureStrategy:childChannelInitializer:)
does not existSwiftNIO version/commit hash
swift-nio-transport-services v1.20.0
The text was updated successfully, but these errors were encountered: