Azure / azure-functions-signalrservice-extension

Azure Functions bindings for SignalR Service. Project moved to https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/signalr/Microsoft.Azure.WebJobs.Extensions.SignalRService .
MIT License
96 stars 48 forks source link

Fix a bug that disposes `ServiceHubContext` each request mistakenly #175

Closed Y-Sindo closed 3 years ago

Y-Sindo commented 3 years ago

No need to dispose serviceHubContext.WithEndpoints(...) as it doesn't create true connections.