Fix bug where input is not passed along when signaling an entity#1016
Fix bug where input is not passed along when signaling an entity#1016
Conversation
cgillum
left a comment
There was a problem hiding this comment.
Is there a test update we could do to help confirm that this code path is working?
|
When can we expect an updated NuGet package? |
|
Should be coming up in the next release, or the one after that (there's a release in progress, not sure it it'll pick this up), as it's just been merged! |
|
Fix is not included in https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Extensions.DurableTask/1.1.1 Is there a different NuGet package I should reference? |
|
We have the same issue and we are waiting for nuget package containing the fix too. |
|
@thomaseyde, @Twiddeldum: seems a corresponding |
As reported in Azure/azure-functions-durable-extension#2690, the
TaskEntityDispatchercontains a bug where the input field is lost when creating a entity request message representing a signal.