liteserver / binn

Binary Serialization
Apache License 2.0
440 stars 58 forks source link

Contador no working?? #34

Closed hbiblia closed 4 years ago

hbiblia commented 4 years ago

image

Out: Contador: 1

Estoy intentando hacer un contador pero no funciona... I'm trying to do a counter but it doesn't work ...

kroggen commented 4 years ago

Binn is intended to be used for serialization. We cannot update a value once it is serialized. You must store it elsewhere while you are willing to modify it, then use Binn only at the final moment when you want to serialize it to either save or transfer on network.

hbiblia commented 4 years ago

It would be nice if the data could be handled in real time. Thank you.