Samsung / TizenFX

C# Device APIs for Tizen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Messasing] Native Callback GC issue

myroot opened this issue · comments

Native Callback could be released by GC before complete async operation

_messageSentCallback = (int result, IntPtr data) =>

SendMessageAsync was called twice before complete first request, natvie callback was overwritted and it could be released

Similar issues: #1650 #1674

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days

please review #2065