We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e991156 commit 6ee6a91Copy full SHA for 6ee6a91
azure_functions_worker/bindings/meta.py
@@ -301,6 +301,7 @@ def deferred_bindings_decode(binding: typing.Any,
301
global deferred_bindings_cache
302
303
# Only applies to Event Hub and Service Bus - cannot cache
304
+ # These types will always produce different content and are not clients
305
if (datum.type == "collection_model_binding_data"
306
or datum.value.source == "AzureEventHubsEventData"
307
or datum.value.source == "AzureServiceBusReceivedMessage"):
0 commit comments