bquanhuang / bluecove

Automatically exported from code.google.com/p/bluecove
0 stars 0 forks source link

Device Search and Service Search not possible in parallel on one Dongle / Ubuntu 9.10 #110

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a thread starting a Device-Search
2. With each device found, start another thread (max 6) for Service-Search

What is the expected output? What do you see instead?
Device-Search shall still find devices in its own thread while
Service-Search is running

What BlueCove version are you using (include build number for SNAPSHOT)?
bluecove 2.1.0 

On what operating system and jvm? Is this 64-bit or 32-bit OS and jvm?
Ubuntu 9.10, 32Bit
JVM JavaSE-1.6

Please provide any additional information below.
Please use "Attach a file" when uploading stack traces or other big files!
Find attached the source code to test and the trace output. In Line 53 one
can see that a new Device search was started, ending in line 59, saying
that there are 0 devices found. Repeated till line 124.

Original issue reported on code.google.com by basti_sprengseis@yahoo.com on 3 May 2010 at 2:28

Attachments: