NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: rupertvz on June 07, 2013, 03:04:36 PM

Title: A network communication error has occurred
Post by: rupertvz on June 07, 2013, 03:04:36 PM
Hi Guys,

I have an NT6 web app, with SSL being compiled into a Windows service using SelfService.

Everything works fine (page shows 100%), until you try to refresh the page in the browser (F5 key).

It gives a message on the server side (halting the service) until the message is closed.

"A network communication error has occurred.  Error:  Unable to close connection.  The error number was -34 which means could not find connected client.  Error occurred in function NetSimple"


Another error also popping up:

"Error = error sending data
The error number was -40 which means could not send NetSimple data.  Error occurred in function NetSimple send"


Title: Re: A network communication error has occurred
Post by: Bruce on June 09, 2013, 05:15:26 AM
on the WebServer procedure, NetTalk extension, turn "suppress errors" ON.

cheers
Bruce
Title: Re: A network communication error has occurred
Post by: rupertvz on June 10, 2013, 08:48:58 AM
thanks Bruce,

This seems to work ...

What happens to the suppressed errors?
Are these not important to resolve?

Title: Re: A network communication error has occurred
Post by: Bruce on June 10, 2013, 10:33:59 AM
no, the errors should be suppressed for a web server. It's the nature of the browser/server model.

cheers
Bruce