botbuilder-python
botbuilder-python copied to clipboard
port: Deprecate Microsoft.Bot.Streaming library (#6180)
The changes in Deprecate Microsoft.Bot.Streaming library (#6180) may need to be ported to maintain parity with microsoft/botbuilder-dotnet.
Fixes #6002Description
Removed the old
Microsoft.Bot.Streaminglibrary and tests, since all streaming requests are now being processed by the newMicrosoft.Bot.Connector.Streaminglibrary.
Please review and, if necessary, port the changes.