You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys,
I am using ClearScript (v7.3.7) in my project.
Currently i'm struggling with transfer of AsyncIterable from V8 to C#.
You have implemented automatic marshalling in oposite way (AsyncEnumerable -> AsyncIterable) but i cannot find the way how to pass it.
Any ideas?