-
Notifications
You must be signed in to change notification settings - Fork 11
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
Queue Messages are not displaying #751
Comments
Just checked, can't reproduce the issue here. If you look at the storage emulator log (e.g. Azurite), do you see the queue being accessed when opening the node in Rider? Should be a request similar to this (where
|
@maartenba I'll double check when I get back to that computer, but I am pretty sure the console messages from Azurite were displaying. |
@maartenba Yep, the debug output is there. |
Would you mind DMing me your IDE logs in Slack? (Help | Collect logs and Diagnostic data) |
Thanks for those logs! Looks like messages in your queue are not base64-encoded, and the storage library we are using doesnt support this at this time.
Not sure how messages are added to your queue, but could you try with |
That makes sense. All but one of the queues are being sent unencoded. Feel free to close as user error :) |
When using the Azure Plugin for Rider, I am not seeing an messages in the Queue for the local storage emulator.
However, they are present in the Azure Storage Explorer
I have not checked whether this is case for actual storage accounts.
The text was updated successfully, but these errors were encountered: