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 #6707

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

Conversation

saksham9891
Copy link

@saksham9891 saksham9891 commented Mar 3, 2025

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 API12 Platform : Tizen 9.0 / TFM: net6.0-tizen9.0 label Mar 3, 2025
@saksham9891 saksham9891 changed the title [Tizen.Network.WiFi] Remove thread local support #6659 [Tizen.Network.WiFi] Remove thread local support Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API12 Platform : Tizen 9.0 / TFM: net6.0-tizen9.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants