Has anyone worked with Rxjava extension of SQLDelight? When subscribing to the observable, Query sets up a listener which notifies on data set changed.
1. how can I remove this listener (the listener is instantiated inside of Query, so i am unable to access the listener to call removeListener()
2. how can i avoid adding this listener in the first place, the library is assuming I want to be updated of changes: shouldn’t this be configurable?