close abstract method

void close([
  1. 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.

Implementation

void close([bool force = false]);