NetTalk Central

Author Topic: Error: Unable to Close Connection  (Read 3698 times)

Flint G

  • Jr. Member
  • **
  • Posts: 55
    • View Profile
    • Email
Error: Unable to Close Connection
« on: May 27, 2010, 12:15:18 PM »
Hello everyone,

So long as I am not suppressing errors in my server application, I randomly receive errors like the following:

Quote
NetTalk Object Error
A network communication error has occurred.
Error = Unable to Close connection.
The error number was -34 which means Could not find connected client in Simple Connect Client or Server.
Error occurred in function NetSimple.CloseServerConnection

Does anyone know why it pops up?  This is on the server itself, without suppressing errors on the NetTalk objects.

Thanks,
Flint

[attachment deleted by admin]
NetTalk: 12.26
Clarion: 9.1.11529
Brave: 1.31.88
Chrome: 95.0.4638.69
Edge: 95.0.1020.44
ExtJS: 7.0.0.156

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: Error: Unable to Close Connection
« Reply #1 on: May 27, 2010, 11:07:46 PM »
Hi Flint,

The error is harmless, and can be ignored. Obviously you should not deploy with Errors turned on though.

The error is caused because the server has been instructed to close the connection, but the client has done so already. Usually the client waits for the server to close the connection - but not always.

cheers
Bruce