Azure / azure-webpubsub

Azure Web PubSub Service helps you to manage WebSocket connections and do publish and subscribe in an easy way
https://azure.github.io/azure-webpubsub/
MIT License
130 stars 84 forks source link

Improve performance of loading web pub sub tree items #739

Closed alexweininger closed 2 months ago

alexweininger commented 2 months ago

This change uses a list operation then caches the results to improve performance of the individual calls to getResourceItem. The cache is valid for 3 seconds.

Fixes #719