Skip to content
Snippets Groups Projects
Commit 04e13e62 authored by Jake Taylor's avatar Jake Taylor
Browse files

update docstring for connect.StartServer

parent d490c0b1
No related branches found
No related tags found
1 merge request!510Release
......@@ -125,8 +125,11 @@ func Connect(recipient contact.Contact, user *xxdk.E2e,
//
// It is recommended that this be called before StartNetworkFollower to ensure
// no requests are missed.
// This call does an xxDK.ephemeralLogin under the hood and the connection
//
// This calls xxdk.LoginEphemeral under the hood and the connection
// server must be the only listener on auth.
//
// The given Callback needs to handle receiving a nil Connection.
func StartServer(identity xxdk.ReceptionIdentity, connectionCallback Callback,
net *xxdk.Cmix, params xxdk.E2EParams, clParams ConnectionListParams) (*ConnectionServer, error) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment