-
Notifications
You must be signed in to change notification settings - Fork 589
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed issue with test topic using more than one file #701
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Micke! Long time!
Great that you found and reported this bug. However, it seems that this fix makes the number of sent messages equal to the number of selected files.
Please also provide a fix for queues to keep the behavior in sync.
Would this not be the expected behavior? |
The expected behavior is to send the number of messages that are set in the 'Message count' property on the 'Sender' tab. Since this may be confusing there is text explaining this behavior on the tab where you select the files. I also replied to the issue, since it does not seem to be a bug. |
In my humble opinion the I've made the update for both Queues and Topics ServiceBusExplorer.mp4 |
I have never seen you being humble 😄 Nice video and thanks for the addition to the queue control. I see two problems though. One is that if you have set the @paolosalvatori, @SeanFeldman do you have any input? BTW, @wmmihaa were you able to open the controls in the Visual Studio designer? I am unable to do that. Most likely due to them inheriting from an abstract base class. |
Yes I was considering pointing this out, but thought less of it. But yes, if the user has selected the Message tab and sets the Message Count to any value but one, he or she might find it confusing when it's reset to "1" after selecting the Files tab and then back to Messages. However, I think the confusion has to be put in perspective to the relation of selecting five files and hitting Send and only one message is transmitted. Or what happens if I select five files and set the Message Count to 7? The "best" solution might be to keep a separate Message Count for each tab, but then again, perhaps a proper description is all you need as I think it's quite a rare occurance.
To tell you the truth I havn't open a WinForm application in 10 year so I don't know what to expect. But to answer your question, no I do not see a designer. |
Related to Test topic using more than one file will still only take one file #700