R
Roy
I have a client calling into a wcf service and get the following message:
This request operation sent to net.tcp://localhost:9992/MyService did not
receive a reply within the configured timeout (00:01:00). The time allotted
to this operation may have been a portion of a longer timeout. This may be
because the service is still processing the operation or because the service
was unable to send a reply message. Please consider increasing the operation
timeout (by casting the channel/proxy to IContextChannel and setting the
OperationTimeout property) and ensure that the service is able to connect to
the client.
If the return value become smaller, I don't get the above error.
What is the reason for it and how to resolve it?
This request operation sent to net.tcp://localhost:9992/MyService did not
receive a reply within the configured timeout (00:01:00). The time allotted
to this operation may have been a portion of a longer timeout. This may be
because the service is still processing the operation or because the service
was unable to send a reply message. Please consider increasing the operation
timeout (by casting the channel/proxy to IContextChannel and setting the
OperationTimeout property) and ensure that the service is able to connect to
the client.
If the return value become smaller, I don't get the above error.
What is the reason for it and how to resolve it?