bufanliu / cocoon-p2p

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

Event clientAdded has not client.clientName defined #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create new LocalNetworkDiscovery in mxml
2. add clientAdded handler
3. check event.client.clientName

What is the expected output? What do you see instead?

expected clientName should be name of currently added name. Output is null.

What version of the product are you using? On what operating system?

I'm testing 0.8.1 version on Win and Mac for Flex Mobile project. It does not 
work in mobile Emulator and does not work on HTC Desire HD. I did not test 
other devices.

Please provide any additional information below.

Original issue reported on code.google.com by korma...@gmail.com on 7 Nov 2011 at 5:55

GoogleCodeExporter commented 8 years ago
This is actually the expected behaviour. You need to listen for the 
ClientEvent.CLIENT_UPDATE event

Please see this thread for more information:
https://groups.google.com/group/cocoon-p2p/msg/a674c7e3c6276e4d

Original comment by bort...@gmail.com on 16 Nov 2011 at 7:14