You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem 1:
This code results in an infinite loop if 255 or more services are specified.
Problem 2:
This code DOES NOT check to see if the Service exists the way the C# code does. Sync with @tomlm to figure out the "Why?" of this behavior, along with the reason for the ID Reassignment.
In the BotConfigurationBase class, the following code is present:
Problem 1:
This code results in an infinite loop if 255 or more services are specified.
Problem 2:
This code DOES NOT check to see if the Service exists the way the C# code does. Sync with @tomlm to figure out the "Why?" of this behavior, along with the reason for the ID Reassignment.
This is similar to C# Bug:
microsoft/botbuilder-dotnet#1910
The text was updated successfully, but these errors were encountered: