i have two apps one write and one send data
in the reading i used auto answer callback.
when i try to send data in a for loop
the data that i got in the reader callback was
worng.
to loop send numbers form 1 to 100
and i got in the reader 1,4,10,100,100,100,100....100
what to do ?