02/04/2016
Okay ... we have real life RTU which actually send error code BadTooManyOperations,0x80100000 when you are sending/requesting something too large, and so... our client logic is to send/request something smaller then.
But the Sample Server sends BadTooManyOperations when shutting down !
public void ScheduleIncomingRequest(IEndpointIncomingRequest request)
{
if (m_stopped)
{
request.OperationCompleted(null, StatusCodes.BadTooManyOperations);
The description of this error reads : "The request could not be processed because it specified too many operations."
Shall I submit a pull request to fix this ? maybe send BadServerHalted instead ?
I think this a really nasty problem, since many servers out there are based on the OPC Foundations Server.. and this error code is just confusing client code.
05/30/2017
You need to raise this on GitHub:
https://github.com/OPCFoundati.....ETStandard
1 Guest(s)