tim-bitreactive

Results 3 issues of tim-bitreactive

Code that ran fine with mosquitto 1.4.15 stopped working with mosquitto 1.5 and freezes the browser. The issue can be replicated by running the sample code from the project main...

Currently loop_stop leaves `self._thread_terminate = True` It should reset it to `False` after joining the worker thread: ``` self._thread_terminate = True if threading.current_thread() != self._thread: self._thread.join() self._thread = None self._thread_terminate...

Type: Enhancement

When I start Eclipse and occasionally while Eclipse is already running, I get an error dialog. The Eclipse Error log reveals the following details: ``` eclipse.buildId=4.7.2.M20171130-0510 java.version=1.8.0_161 java.vendor=Oracle Corporation BootLoader...