NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started 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"
-
on the WebServer procedure, NetTalk extension, turn "suppress errors" ON.
cheers
Bruce
-
thanks Bruce,
This seems to work ...
What happens to the suppressed errors?
Are these not important to resolve?
-
no, the errors should be suppressed for a web server. It's the nature of the browser/server model.
cheers
Bruce