dolittle / JavaScript.SDK

Dolittle JavaScript SDK
https://dolittle.io
MIT License
5 stars 2 forks source link

Async reverse call client #2

Closed jakhog closed 4 years ago

jakhog commented 4 years ago

Changed ReverseCallClient and everything above so that it allows for async (Promise<>) callback functions. I need that for NodeRED.

jakhog commented 4 years ago

A few things to figure out as we go, and logging is going to come. This is not even close to being GA yet, so we still need to fix and test a lot of things before we are done 🙂 We just need to start trying it out and seeing if the API makes sense outside this repo.