Closed owen95t closed 1 year ago
As per title, on receipt of a StartTransaction.req from the charger, I need to do some logic to get the id of the transaction and this logic is asynchronous. Can this be done? Thank you
Yes. You simply need to return a Promise from your handler.
Promise
@mikuso Thank you!
As per title, on receipt of a StartTransaction.req from the charger, I need to do some logic to get the id of the transaction and this logic is asynchronous. Can this be done? Thank you