Closed troywweber7 closed 4 years ago
This is a question rather than a bug I suspect, but why does your BluetoothCore service extend an rxjs Subject? I suspect there could be a good reason, but I can't quite figure it out from your application. Thanks.
BluetoothCore
Subject
You are right that's a left out code from a previous implementation where BluetoothCore was behaving as a Subject (aka. service bus pattern).
This is a question rather than a bug I suspect, but why does your
BluetoothCore
service extend an rxjsSubject
? I suspect there could be a good reason, but I can't quite figure it out from your application. Thanks.