I use room return livedata like:
@Transaction @Query("SELECT * FROM msg") LiveData> loadMsgs();
In ac