Take interrupt signal into account to stop command line client when setting up obfs4 connection
while debugging failing server setups, we've noticed that the CLI doesn't stop immediately with ctrl+c in during the dialing phase.
This MR ensures that the clients signal.NotifyContext is taken into account, which is set during the client initialization.