Lack of parity in scaleout BlobStore class (C# vs Python)
Sample information
- Sample type: [\samples]
- Sample language: [dotnetcore,ptyhon]
- Sample name: 42.scaleout
Describe the bug
In C#, BlobStore.SaveAsync returns true or false, depending on whether the write with ETag succeeds. In Python, BlobStore.save always returns true.
To Reproduce
Steps to reproduce the behavior:
- Compare the two implementations of the save operation:
- Error: note that there appears to be logic missing from the Python implementation.
Expected behavior
All versions of the sample implement nearly identical behavior [as much as possible].
Additional context
Opened as part of trying to address doc issue 1717. [bug]
I can look into this. There's something else I was looking at for this sample concerning it's dependencies.
Closing this issue.
The SDK Team is planning to retire the Bot Framework Python SDK. No new features, but we'll cover critical fixes until then.
For new bots, give Power Virtual Agents or Bot Framework's C# or JavaScript SDKs a whirl. They're our go-to now.
Cheers!