Hi,
I am trying to create a hosting service base on 1.2.1, I have done it on
1.1.0. not familiar with netty.
But since the forwarding workflow had changed, looks like 1.2.1 is doing it
with /route ?
I added a test message after device presence changes. In the class
DevicePresenceResource, onDefaultRequestReceived()
srcDevice.sendResponse(response);
CoapDevice cdev = (CoapDevice) srcDevice;
IRequestChannel intServerChannel = cdev.getRequestChannel();
intServerChannel.sendRequest(observeReq, null);
the request does go through writeAndFlush().
But the channelRead0() in interface server ServerSystem class is not fired.
Do not know where to look, Is that message really being sent? Or it is
received and ignore by interface pipeline?
Best Regards,
Maxi Wu
maxi.wu at u-media.com.tw
tel: +886 3 579 7969 ext 8319
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20170120/f0ca1ffa/attachment.html>