You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sending a Discovery message to my CoAP server returned the expected service list when using the FireFox Browser CoAP client but this SpitFireFox Android App does not respond when sending the same Discovery message.
I noticed the ServiceDiscoveryCallback in ServiceDiscoveryTask.java never gets called even though the CoAP server has sent the reply message. This has been confirmed using WireShark and monitoring the server Discovery request reception and reply.
Any ideas why not?
The text was updated successfully, but these errors were encountered:
Not yet. I'll look into it as soon as I find some time. But since this was my very first Android project some unexpected behaviour was somehow expected ;-).
Sending a Discovery message to my CoAP server returned the expected service list when using the FireFox Browser CoAP client but this SpitFireFox Android App does not respond when sending the same Discovery message.
I noticed the ServiceDiscoveryCallback in ServiceDiscoveryTask.java never gets called even though the CoAP server has sent the reply message. This has been confirmed using WireShark and monitoring the server Discovery request reception and reply.
Any ideas why not?
The text was updated successfully, but these errors were encountered: