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?
Problem using SSHClient - Errors on closing the application
Re: Problem using SSHClient - Errors on closing the application
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.