I\'m in the process of creating a buffer that will read/write in a banner in which I can completely eradicate the problems that comes with TCP-Segmentation. The only problem
using the System.Runtime.CompilerServices.Unsafe nuget package
Unsafe.As(ref value);
Will convert a float to an int
and
will convert an int to a float