Michaël Arnauts
Michaël Arnauts
> If the previous media_position plus the difference between now and the previous media_position_updated_at is the same as the new media_position reported by the platform, we'll rewrite the original values...
It looks like this is going towards this issue: https://github.com/home-assistant/architecture/issues/74
You can try catch an import to know if a library is available. Then you could disable the libvirt integrations if it isn't available. I'm also looking for a solution...
Okay, it seems to be related to the Message Properties. As soon as there is a property with a key that contains a `:` or a `/` (quite crucial for...
I've raised the question on the Service Bus forums in the hope a Microsoft dev sees it: https://social.msdn.microsoft.com/Forums/azure/en-US/7f789dc5-1172-4432-9629-20220f434746/bug-rest-api-throws-500-internal-server-error-when-a-message-contains-a-message-property-with-a?forum=servbus
@yaqiyang that's what I expected, but Dynamics CRM uses URL's as key's. This is working fine with the C# api, but not with the REST API, since they map the...
Shouldn't the Service Bus Web API do that before putting the properties in a HTTP header?
@yaqiyang this won't fix my problem (but it could fix someone elses problem if he tries to send those messages to the Service Bus). Dynamics CRM (what uses the C#...
We made a workaround by creating a C# middleware that reads out the service bus and sends it encoded in a json to a callback url that we handle with...
Duplicate of #17