Metadata on the connection
- Dominant language
- TypeScript
- Stars
- 147
- Forks
- 96
- Avg merge
- 19h 28m
- Merged PRs (30d)
- 87
Description
At this moment a connection (ConnectionContext) consists of a UserId only. For scenarios I have in mind, it should be possible to add some metadata or additional context to the connection at the point of creation.
var clientUri = _client.GetClientAccessUri("John", keyvaluepair);
on the server side we then should be able to get this information by getting it from the connection context again.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing ConnectionContext and GetClientAccessUri in the client and server APIs. Determine how metadata supplied at connection creation should be represented and retrieved from the connection context. Done means a caller can provide key-value metadata when creating the connection and the server can read it back.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100