-
Notifications
You must be signed in to change notification settings - Fork 108
Add ClientResultsManager #1684
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Add ClientResultsManager #1684
Changes from 1 commit
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
a3451e6
add ClientResultsManager
xingsy97 a33c904
add ClientResultsManager
xingsy97 b08557f
Merge branch 'dev' into ci-ClientResultsManager
xingsy97 96058f5
re-design ClientResultsManager
xingsy97 00348d6
Merge branch 'ci-ClientResultsManager' of https://github.com/xingsy97…
xingsy97 a03f434
Merge branch 'dev' into ci-ClientResultsManager
xingsy97 79a0567
main logic for client invocation
xingsy97 28dc3c6
typo fix
xingsy97 6b504cf
Merge branch 'ci-ClientResultsManager' of https://github.com/xingsy97…
xingsy97 f3281af
add ClientInvocation main logic
xingsy97 790b6c0
bug fix
xingsy97 f594136
bug fix
xingsy97 9dccae7
bug fix
xingsy97 a7c8c8a
update
xingsy97 517dfaa
update
xingsy97 cfd493b
update interface, add simple unit tests
xingsy97 f1b96c1
update
xingsy97 7a13169
update
xingsy97 b129204
update
xingsy97 67c9783
sync interface
xingsy97 acc313a
update
xingsy97 6cad3ee
update
xingsy97 c73d59c
rename, relocation and other updates
xingsy97 46f1b4c
update RoutedClientResultsManager
xingsy97 ea7b1bb
update
xingsy97 f4e143c
sync with PR 1684 and some updates
xingsy97 ee60530
minor fix
xingsy97 d2a3178
update about nameProvider
xingsy97 5cd56c4
update
xingsy97 0e71e48
Merge branch 'dev' into ci-ClientResultsManager
xingsy97 2137268
Merge branch 'dev' into ci-ClientResultsManager
xingsy97 8299c2d
Merge branch 'dev' into ci-main
xingsy97 d18743a
tmp
xingsy97 1eec339
add `type` in `AddInvocation` and other updates
xingsy97 d522182
use RawResult for routed client invocation return type
xingsy97 557de85
Merge branch 'dev' into ci-ClientResultsManager
xingsy97 ecf28b4
update
xingsy97 789427d
Merge branch 'dev' into ci-main
xingsy97 b7d027e
update
xingsy97 d48ad23
Merge branch 'ci-ClientResultsManager' of https://github.com/xingsy97…
xingsy97 55b5fb4
add `BaseClientResultsManager` and `RemoveServiceMappingMessage`
xingsy97 8811ca0
remove independent mapping information dictionary
xingsy97 7867dd8
undo comment of ClientCompletionMessage
xingsy97 c4f7ad7
update
xingsy97 46eaf5a
update exception
xingsy97 c5aca5a
update
xingsy97 80031be
update
xingsy97 4d196f0
update
xingsy97 7f5d42e
update
xingsy97 e296cb8
hubProtocolResolver null check
xingsy97 15876d6
format fix
xingsy97 4fc63e5
Merge branch 'ci-main' into ci-ClientResultsManager
xingsy97 f4e9f8f
Revert bad merge "Merge branch 'ci-main' into ci-ClientResultsManager"
xingsy97 b97589f
route server won't record RouterInstanceId
xingsy97 8ec3042
fix bug for `TrySetCanceled`
xingsy97 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
5 changes: 3 additions & 2 deletions
5
src/Microsoft.Azure.SignalR.Common/ClientInvocation/DummyClientInvocationManager.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove
string RouterInstanceIdfrom ctor