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
The queue object cannot be deserialized when there are Mqtt queues present on the vhost.
I suspect that it may be the queue type enum that is failing to deserialize. Attached is an example of the json that is returned via the management Api.
Yes that makes sense, if it can contain values like these maybe we need to change it to a string with some constants in the project instead of an enum... Care you create a PR for that?
The queue object cannot be deserialized when there are Mqtt queues present on the vhost.
I suspect that it may be the queue type enum that is failing to deserialize. Attached is an example of the json that is returned via the management Api.
I am unsure of when this type is actually set though. I initially thought it may be something with the Qos type but this is not the case.
The text was updated successfully, but these errors were encountered: