Starting the client

Starting your client

At this point you may have your client setup, but it’s not yet ready or connected to self network.

In order to be able to send an receive messages from the Self Network you’ll need to call start on your client.

@client.start
client.Start()
client.start()

A separated approach for initialize and start your client allows you to subscribe to certain events before the connection has started, and avoid missing some incoming messages.