bquanhuang / bluecove

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

DiscoveryAgent.cancelInquiry() & DiscoveryAgent.cancelServiceSearch() don't work at least on winsock stacj #45

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Do a DiscoveryAgent.startInquiry()
2. Try to call DiscoveryAgent.cancelInquiry()
3. Check the result

What is the expected output? What do you see instead?
The inquiry or the service search should be cancelled. I can see that the
native function is called, but it returns false in case of inquiry and the
inquiry continues.

What BlueCove version are you using (include build number for SNAPSHOT)? On
what operating system and jvm? Is this 64-bit or 32-bit OS and jvm?
BlueCove version 2.0.2 on XP SP2 32-bit JVM 1.6.0_05

Please provide any additional information below.

Original issue reported on code.google.com by h.gerg...@gmail.com on 31 Jul 2008 at 11:20

GoogleCodeExporter commented 8 years ago
I know about this problem. But there are no API in MS stack to cancel inquiry.

Original comment by skarzhev...@gmail.com on 31 Jul 2008 at 2:54