I have modified the rti provided example in java of simplefileadapter in routing service for socket to dds communication.
My problem is that
In NotificationThread StreamReaderListener object is not invoking read function on line
listener.onDataAvailable(reader);
i have attached source code plz have a look on this. When i am running this adapter it is creating stream reader and also calling notification thread but when i am sending data on socket port it is not calling read function.