We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey I've Implemented the sonosLib in my project but sometime I'm not getting all groups.
I want to find Sonos speaker list in same wifi.
I've implemented following code.
SonosInteractor .getAllGroups() .filter({ $0.count > 0 }) .take(1) .subscribe(onNext: { [weak self] (groups) in print(groups.count) self?.sonosController = groups self?.tblSonos.reloadData() }) .disposed(by: disposebag)
Sometime it doesn't work in demo project also. Thanks :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey I've Implemented the sonosLib in my project but sometime I'm not getting all groups.
I want to find Sonos speaker list in same wifi.
I've implemented following code.
Sometime it doesn't work in demo project also.
Thanks :)
The text was updated successfully, but these errors were encountered: