close abstract method
Close the connection.
If force is true, the connection will close immediately and will throw an exception when a request is not complete.
Implementation
void close([bool force = false]);
Close the connection.
If force is true, the connection will close immediately and will throw an exception when a request is not complete.
void close([bool force = false]);