On 30. 07. 2014 11:52, Xiaofan Chen wrote:
> On Wed, Jul 30, 2014 at 2:45 PM, Slavko Kocjancic wrote:
>> Hello...
>> I try to do some async transfer. The program bellow actualy 'near' work.
>> It setup 10 transfers and should print the received bytes in callback.
>> The problem is that callback is
On Wed, Jul 30, 2014 at 2:45 PM, Slavko Kocjancic wrote:
> Hello...
> I try to do some async transfer. The program bellow actualy 'near' work.
> It setup 10 transfers and should print the received bytes in callback.
> The problem is that callback is not done at receive complete!
> In example below
Hello...
I try to do some async transfer. The program bellow actualy 'near' work.
It setup 10 transfers and should print the received bytes in callback.
The problem is that callback is not done at receive complete!
In example below I expect callback while sleep comand is executed but
instead got a