connect(to:promise:)

Fires connect from the tail to the head.

ChannelPipeline.swift:1588
func connect(to address: SocketAddress, promise: EventLoopPromise<Void>?)

This method should typically only be called by Channel implementations directly.