shishenkov / cocoon-p2p

Automatically exported from code.google.com/p/cocoon-p2p
0 stars 0 forks source link

autoconnect property #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Need to add an autoconnect property (default to true) for use cases where you 
want to connect manually, for example after setting the client name from user 
input.

Additionally expose a connect and close method for joining/leaving the NetGroup 
instance.

Original issue reported on code.google.com by peter%pr...@gtempaccount.com on 12 Apr 2011 at 9:51

GoogleCodeExporter commented 8 years ago
LocalNetworkDiscovery now exposes a autoConnect property which defaults to 
true. When used inside MXML, LND will automatically connect when it finished 
initialization.

Original comment by bort...@gmail.com on 3 May 2011 at 7:33