c# - WCF timeout issue but method successfully called -


i have issue wcf timing out. strange thing method being called on server, client call ton object returned createchannel() timing out exception.

the entire error messsage:

this request operation sent net.pipe://localhost/andonserver did not receive reply within configured timeout (00:01:00). time allotted operation may have been portion of longer timeout. may because service still processing operation or because service unable send reply message. please consider increasing operation timeout (by casting channel/proxy icontextchannel , setting operationtimeout property) , ensure service able connect client.

i decrease timeout setting 5 seconds, say, that's bit dirty. have ideas why might happening?

mark

it means elapsed timeout period waiting reply server. default, calls in wcf have both request , reply, void methods. server needs complete call promptly wcf send reply. option use one-way call if client not require reply server.


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

VBA function to include CDATA -