Problem using SSHClient - Errors on closing the application

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
mdanielj
Posts: 1
Joined: Fri 18 Apr 2014 16:32

Problem using SSHClient - Errors on closing the application

Post by mdanielj » Fri 18 Apr 2014 17:34

I have a problem using SSHClient, when I quite the application.

I stop my application with halt.

When I use the application without SSH-Connection no errors appear.

When I use the application with SSH-Connection I get multiple errors (when IDE is running):

- EMySqlException 'Lost connection to MySQL server during query'
- EInvalidPointer

I checked all connections. There are no open connections or running queries.

I am using TMyConnection from the mydac-components.

Has somebody an idea whats wrong?

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Re: Problem using SSHClient - Errors on closing the application

Post by Dimon » Tue 29 Apr 2014 13:43

This exception is raised on the internal level and it is processed by MyDAC. You can see this exception only if you run the application from IDE. This behaviour is correct.

Post Reply