steamclock / bluejay

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

flushListen should probably clean up the listener #243

Open nbrooke opened 4 years ago

nbrooke commented 4 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.