Hello all,

Our Data Adapters are implemented as Window Services. We are noticing that when we shutdown the service (i.e., from the SCM issue a Stop command) that the Lightstreamer log is reporting an error (We are using the robust data adapter)

<ERROR> Got fatal error from the inner Proxy Data Adapter...
Unexpected end of reply stream reached.

In our Service::OnStop method we execute the Close method (DataProviderServicer).

As part of initializing our service we open TCP sockets and connect the streams the NotifyStream,ReplyStream and RequestStream. Do we need to first close these streams?

What is the best way to "shutdown" a data adapter such that we don't get error logged.

Thanks in advance
Peter