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
Closing after completed investigation - unable to repro.
There's differences betw how its configured in C# and JS. For both, we have a handler that listens to outgoing message activities. The racing condition happens when the bot sends a message and we're in the middle of sending a typing activity.
However, in Python, we're not making this check and we're using the Timer library.
Investigate if the race condition exists in the python sdk and implement a fix. The implementation should be the same as the C# fix:
#2250
The text was updated successfully, but these errors were encountered: