SignalR Support taking over the generation of connection Id
Open
affected-very-few
area-signalr
enhancement
severity-nice-to-have
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 290
Description
### Background
For Azure SignalR, we'd like a more semantic connection id, so that some info can be carried through ConnectionId for Azure SignalR to make some decisions more efficiently.
### Proposed solution
Provide some way to hook the generation of connection id which is now private for `HttpConnectionManager` https://github.com/aspnet/AspNetCore/blob/460f9b63e9db9f4a3a542fcdc4204e29ca90f123/src/SignalR/common/Http.Connections/src/Internal/HttpConnectionManager.cs#L83
Contributor guide
Assessment
This issue has not been assessed yet.