Skip to content
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

[Tizen.Network.WiFi] Remove thread local support #6710

Open
wants to merge 2 commits into
base: API10
Choose a base branch
from

Conversation

saksham9891
Copy link

Description of Change:
Remove thread local support in Tizen.Network.WiFi

Reason of change:
Until Tizen 5.0, wifi-manager handles were supported only as thread locals, so the WiFi C# API was implemented so.
However, starting from Tizen 6.0, wifi-manager was modified to remove this restriction, so there is no longer need to use Post().
So, this is being removed.

API Changes:
ACR: None

Related:
#6659

@github-actions github-actions bot added the API10 Platform : Tizen 7.0 / TFM: tizen10.0 label Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API10 Platform : Tizen 7.0 / TFM: tizen10.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants