Hi Erel this is the first time playing with B4J and so far im loving it
I just created a very simple TCP server which listens for text strings being sent from my mobile each text line ends with CRLF
Im using the asyncstream library and on the New_Data event I want to add each received text line to a listview the problem is that sometimes onr line of text is received but other times 2 or 3 lines of text are received at the same time and added to the listview on the same line
Im not on my computer so I can't post the code but is only about 4 to 5 lines of code
Can you maybe think of how I can solve that issue of receiving only one text line at a time?
thanks,
walter
I just created a very simple TCP server which listens for text strings being sent from my mobile each text line ends with CRLF
Im using the asyncstream library and on the New_Data event I want to add each received text line to a listview the problem is that sometimes onr line of text is received but other times 2 or 3 lines of text are received at the same time and added to the listview on the same line
Im not on my computer so I can't post the code but is only about 4 to 5 lines of code
Can you maybe think of how I can solve that issue of receiving only one text line at a time?
thanks,
walter