Skip to content
Snippets Groups Projects
Commit b5c764ae authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Update docs

parent 1a3ada6c
No related branches found
No related tags found
2 merge requests!102Release 1.0.0,!33XXMessengerClient
This commit is part of merge request !33. Comments created here will be created in the context of that merge request.
......@@ -39,6 +39,9 @@ func start(messenger: Messenger) throws {
try messenger.load()
}
// start messenger's network follower:
try messenger.start()
// check if messenger is connected:
if messenger.isConnected() == false {
// start end-to-end connection:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment