finos / FDC3-Sail

Open implementation of the FDC3 standard using Electron and an integrated App Directory.
Apache License 2.0
32 stars 20 forks source link

Fix api queue #114

Closed nkolba closed 1 year ago

nkolba commented 1 year ago

@robmoffat - I incorporated your previous changes 'in spirit' - since they dropped some other necessary features in send message. Queued fdc3 calls should now call send message and return promises. Async signatures for open, channels/broadcast, and intents are now correct as far as I can tell. Unfortunately, conformance tests are still having issues though. I want to get these changes locked first before any deeper dive into that.