Hello! I’m experiencing almost the same problems a...
# rx
b
Hello! I’m experiencing almost the same problems as described here - (https://stackoverflow.com/questions/33287173/sqlite-does-not-like-reactive-programming) I have an application, that works with SQLite using rxjava-jdbc, and added a running GRPC server to it. And when my application queries the table in database together with GRPC server it throws an exception (rx.exceptions.OnErrorNotImplementedException: [SQLITE_INTERRUPT] Operation terminated by sqlite3_interrupt() (interrupted)) Is there any way to use sqlite with rxjava-jdbc in async environment? Or i’d better choose some other database for this purpose?