steamclock / bluejay

A simple Swift framework for building reliable Bluetooth LE apps.
MIT License
1.09k stars 97 forks source link

flushListen should probably clean up the listener #243

Open nbrooke opened 3 years ago

nbrooke commented 3 years ago

Right now the flushListen needs to have endListen called after it, but probably it should clean it up itself like the other synchronous listens do.