fix(llc): queryChannels should only throw if we do-not have any channels in cache (#394)
* fix(llc): queryChannel should throw exception if client is not yet connected Signed-off-by: Sahil Kumar <[email protected]> * prepare llc for v1.5.2 Signed-off-by: Sahil Kumar <[email protected]> * fix queryChannelOnline invocation conditions Signed-off-by: Sahil Kumar <[email protected]> * fix package version Signed-off-by: Sahil Kumar <[email protected]> * queryChannels should only throw if we do-not have any channels in cache Signed-off-by: Sahil Kumar <[email protected]> * update changelog with the correct fix Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
## 1.5.2
|
||||
|
||||
- fix: `queryChannels` should throw exceptions only if no data is present in cache.
|
||||
|
||||
## 1.5.1
|
||||
|
||||
- Minor fixes and improvements
|
||||
|
||||
Reference in New Issue
Block a user