Skip to content
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

Streaming: Add TimeOut centralized methods that are also debugger friendly #5938

Merged
merged 3 commits into from
Oct 29, 2021

Conversation

carlosscastro
Copy link
Member

#minor

@carlosscastro carlosscastro requested review from stevengum and a team as code owners October 28, 2021 23:46
@msomanathan msomanathan merged commit c0e7d2b into msomanathan/streaming-rctest Oct 29, 2021
@msomanathan msomanathan deleted the ccastro/timeout-fix branch October 29, 2021 00:32
carlosscastro added a commit that referenced this pull request Oct 29, 2021
* E2E test infra with basic sample test.

* Activity tests with suggested actions and attachments.

* Chunk streams if > 3KB.

* Perf optimization when chunking of stream not needed.

* Crash/Disconnect/Cancellation tests.

* Refactor to enable concurrency testing.

* Concurrency test.

* Fix build break.

* Fix build break.

* Fix test failure.

* Pass CancellationToken in server and client.

* CancellationToken in BotFrameworkHttpAdapter.

* Fix test issue.

* Fix test.

* Optimize chunking for non-memory streams.

* Chunk optimization for MemoryStream

* Streaming: Add TimeOut centralized methods that are also debugger friendly (#5938)

* Streaming: add default timeout extension method that is debugger friendly

* Streaming session: clean up usings

* Streaming client: fix credentials

* Remove streaming library dependency on ASP.NET core Http. (#5937)

* Remove streaming library dependency on ASP.NET core Http.

* Remove Microsoft.AspNetCore.Connections.Abstractions dependency.

* Dispose socket.

* Dispose socket in StreamingConnection.

Co-authored-by: Carlos Castro <carlosscastro@users.noreply.github.com>
msomanathan added a commit that referenced this pull request Oct 29, 2021
* E2E test infra with basic sample test.

* Activity tests with suggested actions and attachments.

* Chunk streams if > 3KB.

* Perf optimization when chunking of stream not needed.

* Crash/Disconnect/Cancellation tests.

* Refactor to enable concurrency testing.

* Concurrency test.

* Fix build break.

* Fix build break.

* Fix test failure.

* Pass CancellationToken in server and client.

* CancellationToken in BotFrameworkHttpAdapter.

* Fix test issue.

* Fix test.

* Optimize chunking for non-memory streams.

* Chunk optimization for MemoryStream

* Streaming: Add TimeOut centralized methods that are also debugger friendly (#5938)

* Streaming: add default timeout extension method that is debugger friendly

* Streaming session: clean up usings

* Streaming client: fix credentials

* Remove streaming library dependency on ASP.NET core Http. (#5937)

* Remove streaming library dependency on ASP.NET core Http.

* Remove Microsoft.AspNetCore.Connections.Abstractions dependency.

* Dispose socket.

* Dispose socket in StreamingConnection.

Co-authored-by: Carlos Castro <carlosscastro@users.noreply.github.com>
msomanathan added a commit that referenced this pull request Oct 29, 2021
* E2E test infra with basic sample test.

* Activity tests with suggested actions and attachments.

* Chunk streams if > 3KB.

* Perf optimization when chunking of stream not needed.

* Crash/Disconnect/Cancellation tests.

* Refactor to enable concurrency testing.

* Concurrency test.

* Fix build break.

* Fix build break.

* Fix test failure.

* Pass CancellationToken in server and client.

* CancellationToken in BotFrameworkHttpAdapter.

* Fix test issue.

* Fix test.

* Optimize chunking for non-memory streams.

* Chunk optimization for MemoryStream

* Streaming: Add TimeOut centralized methods that are also debugger friendly (#5938)

* Streaming: add default timeout extension method that is debugger friendly

* Streaming session: clean up usings

* Streaming client: fix credentials

* Remove streaming library dependency on ASP.NET core Http. (#5937)

* Remove streaming library dependency on ASP.NET core Http.

* Remove Microsoft.AspNetCore.Connections.Abstractions dependency.

* Dispose socket.

* Dispose socket in StreamingConnection.

Co-authored-by: Carlos Castro <carlosscastro@users.noreply.github.com>

Co-authored-by: Carlos Castro <carlosscastro@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants