<div dir="ltr">Hi everyone<div><br></div><div>We have a javascript function that returns promise, which when resolved would return a string which is what we need to send to the urweb server (using rpc).</div><div><br></div><div>1. We are unable to find any javascript FFI example within urweb which supports asynchronous return values or promises</div><div><br></div><div>2. Since javascript has no concept of sleep, we can't think of anyway to block the return without freezing the UI (infinite loop checking for promise resolution)</div><div><br></div><div>Any suggestions or solutions ? Has anyone tried something similar within Urweb ?</div><div><br></div><div><br></div><div>P.S. - The async response that we're talking about is RTCPeerconnection.createOffer(). We are trying to demonstrate how WebRTC can simplify Urweb server communication alongside audio/video streams sharing through p2p (bypassing the server, after initial signalling).</div><div><br></div><div>Thanks</div><div><br></div><div><br></div><div><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div dir="ltr"><div dir="ltr">Regards<div>Nitin Surana</div><div>MS Computer Science Student</div><div>USC, Los Angeles</div><div><br></div><div><br></div></div></div></div></div>
</div></div>