That way it only acts connected when the credentials have been accepted.
Also I had to correct the value of "allowPlainAuth" which should be
true since a bug with it has been identified, and not yet fixed.
Signed-off-by: Blake Leonard <me@blakes.dev>
Note: to do this, I could not use the ExampleTcpSocketWrapper.
If I did, the app crashed on launch.
I also added some functionality: the header bar turns green when
connected, the FAB says what it does, and you can disconnect.
Signed-off-by: Blake Leonard <me@blakes.dev>