Open
Description
Hello, we have a problem with decoding messages containing Decimal values (in terms of C# data types).
For example, when producer (based on C# application) send us value like "1234.56", we receive message and get in PHP data something like "\000\000\000\000�Ĥ���]Hf47b6ffc".
Is there any idea how to solve it?