Azure / azure-functions-durable-js

JavaScript library for using the Durable Functions bindings
https://www.npmjs.com/package/durable-functions
MIT License
128 stars 46 forks source link

Add signalEntity support to v3 #464

Closed hossam-nasr closed 1 year ago

hossam-nasr commented 1 year ago

Cherry-pick of #383. Feature was added to v2.x after v3.x was branched off of it. Also took the chance to fix the same double serialization issue in this API too.