I've written mostly working piece of code using WCF where a client subscribes to a server and the server pushes data to the client.
I left is running for a while and tried to puch some data to the client and got an exception which told me I had to set the receiveTimeout property.
Where can I set this property? Everywhere I see this issue addressed it looks like the WCF code has been generated using svcutil.exe I've not done this and I don't really want to start again from scratch.