GNet Float-send inaccuracy?

BlitzMax Forums/BlitzMax Programming/GNet Float-send inaccuracy?

Will(Posted 2007) [#1]
Does anyone know if floats can shift somewhat in a GNet send?


Dreamora(Posted 2007) [#2]
should not if you put them into a float slot and not wrote them into the string slot


Will(Posted 2007) [#3]
My project is quite complex - but it seems like my floats are getting corrupted on network send - sometimes the 3rd digit goes wrong.

I've rewritten the system to convert them to strings and send them that way and I am now experiencing no problems.


Dreamora(Posted 2007) [#4]
Are you sure you send floats and not send double which then would be cut down to float precision.