This repository was archived by the owner on Jan 5, 2026. It is now read-only.
Request Processor Test#1668
Merged
axelsrz merged 1 commit intoMay 5, 2021
Merged
Conversation
axelsrz
added a commit
that referenced
this pull request
May 7, 2021
* Initial commit for POC. This is WIP * Updates for POC. This is WIP * Pylint: POC updates * Updates on POC, protocol adapter pending * Updates on POC, protocol adapter in progress * POC almost ready for testing, changes on BFAdapter pending * POC waiting on client injection in connector * black: POC waiting on client injection in connector * POC for http client injection in connector * got rid of importing errors when loading libraries. Currently in the process of testing. * Fix couple of errors, still in debugging phase. Initial receive doesnt work with current structure. * Several fixes including deadlock in threading, serialization and minor logic bugs. PayloadStream logic pending. * More errors fixed, trying to fit websocket into ms rest pipeline. Receiving is working with some bugs. * Disassembler fixes, sender struggling to send through socket * changes on disassembler and receiver * adding streaming to ci pipeline * Pylint fixes * updated streaming setup.py * Removing 3.6 * Changing all concurrent mechanisms in streaming to asyncio * Added validation for abrupt closing of websocket, added tracebacks and async validation for disconnecting callbacks * UnblockActivityProcessorThread * Header serialization fix and stream serialization fix. * Parity change in the internal buffer structure of the payload_stream object, fixes on stream writing behavior in web_socket_transport and send response instead of request fix in protocol adapter. * Fixes on the RecieveResponse path * PayloadStream length fix * Grouping related imports * payload receiver unit test (#1664) * Payload sender unit test (#1666) * payload receiver unit test * senderTest * disconnect * fixWarning Co-authored-by: Axel Suarez <axsuarez@microsoft.com> * blackcheck * pylintfix * test_req_processor (#1668) * Axsuarez/streaming receive loop unittest (#1667) * payload receiver unit test * StreamingRequestHandler test listen * renaming straming to botframework scope * Updating pipeline * Removing sleep() safety measure * Remove unused import Co-authored-by: msomanathan <msgoogol@gmail.com> Co-authored-by: Muthuveer Somanathan <41929942+msomanathan@users.noreply.github.com>
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Request Processor Test
#release