ericcornelissen / NervousFish

An app for your :iphone: to exchange public-keys in a secure manner.
GNU Lesser General Public License v3.0
2 stars 4 forks source link

Fix Bluetooth cancel methods #242

Closed clenrock closed 7 years ago

clenrock commented 7 years ago

What

This Pull Request adds to the repository a fix for the cancel methods in Bluetooth

Why

This Pull Request is needed because the socket of connectthread is never closed when the user is never connected, but only initiates the request.

How

This feature can be viewed/tested within the project by verifying that Bluetooth still works.

Alternative implementation

Other implementations that I've have considered are

Notes

#195 should be merged first

ericcornelissen commented 7 years ago

Merged in b961218