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

Refactor / fix several bugs in the Bluetooth threads, closes #197 #208

Closed jverbraeken closed 7 years ago

jverbraeken commented 7 years ago

What

This Pull Request adds to the repository

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

clenrock commented 7 years ago

Closed because it didn't work and we were unable to debug the cause