NetTalk Central

Author Topic: A network communication error has occurred  (Read 8558 times)

rupertvz

  • Sr. Member
  • ****
  • Posts: 326
    • View Profile
    • Email
A network communication error has occurred
« 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"



Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11251
    • View Profile
Re: A network communication error has occurred
« Reply #1 on: June 09, 2013, 05:15:26 AM »
on the WebServer procedure, NetTalk extension, turn "suppress errors" ON.

cheers
Bruce

rupertvz

  • Sr. Member
  • ****
  • Posts: 326
    • View Profile
    • Email
Re: A network communication error has occurred
« Reply #2 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?


Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11251
    • View Profile
Re: A network communication error has occurred
« Reply #3 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