Open shouya opened 4 years ago
Hi I found this issue where having a sample rate of 0.001 will turns out equivalent to sending sample rate as 0.0. It was caused by the following segment of code:
https://github.com/lexmag/statix/blob/00c9d690f41847cab8ad5e70f28e501f98035797/lib/statix/packet.ex#L53
There is no way to circumvent this limit from the user side. Should we perhaps raise the number of digits preserved?
Hi I found this issue where having a sample rate of 0.001 will turns out equivalent to sending sample rate as 0.0. It was caused by the following segment of code:
https://github.com/lexmag/statix/blob/00c9d690f41847cab8ad5e70f28e501f98035797/lib/statix/packet.ex#L53
There is no way to circumvent this limit from the user side. Should we perhaps raise the number of digits preserved?