RoutingServiceAdapter

8 posts / 0 new
Last post
Offline
Last seen: 3 years 3 months ago
Joined: 02/25/2019
Posts: 13
Routing Service Socket Adapter in java

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.

Subscribe to RSS - RoutingServiceAdapter