connect(to:file:line:)
Connect to a SocketAddress
.
func connect(to address: SocketAddress, file: StaticString = #fileID, line: UInt = #line) -> EventLoopFuture<Void>
Parameters
Returns
the future which will be notified once the operation completes.