-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delegate methods for Easylink are not being called in Demo App #6
Comments
Dear Deep
The EasyLink delegates will be called once bonjour service "_easylink_config._tcp" is running after easylink configuration but not the “Stop” button. So, the Logging on the device side is valuable to evaluate this issue. Can you provide the device side logs?
… 在 2018年2月13日,14:04,Prabhdeep Singh ***@***.***> 写道:
Hi Guys, I am testing the Easylink Demo App and have come across an issue which I thought of clarifying with you.
We are testing with following steps:
After opening EasyLink Demo we are on Home screen with text “Searching for MXCHIP Module…”
Click on “+” button.
Fill up all the fields SSID, Password, extra data, Select mode - EasyLink V2.
Click on button “Start EasyLink V2 Mode”.
Pop up “EasyLink V2 sending… Press EasyLink button on your device!”
Click on “Stop” button of pop up , the delegate methods for EasyLink should be called to get devices which are found in “EasyLinkMainViewController.m”. (Line number - 719). But the methods are not called .
Devices show on “BrowserViewController.m” (Home Screen) after pushing back screen, without calling delegates. I guess this is showing us because Bonjour is able to find the devices.
According to demo devices should be show after calling delegates method for easyLink on “EasyLinkMainViewController.m”. But the delegates methods are not called.
It would be great if you can kindly advise if I am missing something here.
Thanks so much,
Kind regards,
Deep
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#6>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AGDX2yfrlbEBwcX2ilgF3Xzt1Kf6zpWzks5tUSXsgaJpZM4SDQrI>.
|
Hi @neooxu, Thanks so much for replying! These are the steps which we are following:
` var easylink_config: EASYLINK? easylink_config = EASYLINK.init(forDebug: true, withDelegate: self) deviceIPConfig = (
Now this is where the call stack should go into Delegate Function, but it doesn't. What we are doing here is that we call "Bonjour Service" (looking for ServiceType="_easylink._tcp" and Domain="local")
Kindly advise if this looks okay, and thanks again so much for your kind help! Warm regards |
Hi Guys, I am testing the Easylink Demo App and have come across an issue which I thought of clarifying with you.
We are testing with following steps:
It would be great if you can kindly advise if I am missing something here.
Thanks so much,
Kind regards,
Deep
The text was updated successfully, but these errors were encountered: