Skip to content
This repository was archived by the owner on Jul 10, 2021. It is now read-only.
This repository was archived by the owner on Jul 10, 2021. It is now read-only.

byte is missing!! #44

Description

@GoogleCodeExporter
while(1)
{
    iLen = m_cInputStream.read(bytesBuffer);

    if(iLen > 0)
    {
        // Toast Show
    }


    Thread.sleep(10000);
}

example source for explain.

and i will send '0' -> then, app will show toast [ 0 ].

and i will send '1' directly -> If, it is ideal situation, then 10second after 
showing toast [1].

but didn't showing...

where is my '1'...??? why missing byte?

Original issue reported on code.google.com by rod12...@gmail.com on 7 May 2014 at 9:05

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions