Iñaki Ucar
Iñaki Ucar
> ``` > 3. liteq::db_list_messages(queue$db, queue$name) /Users/gaborcsardi/works/liteq/R/messages.R:170:2 > ``` Isn't this running the wrong `liteq`? (Sorry to insist, but note that `list_messages` raising "database is locked" when the writers are...
> > Isn't this running the wrong liteq? > > There is only one, just installed it above this. Sorry, I got confused with the branch name in your prompt....
Or maybe the other way around: just send the pragma once in `db_connect`, prior to any transaction.
Great, thanks. Let me know if I can help.
Regarding the last issue, I think that the problem is the use of `BEGIN EXCLUSIVE`, which produces deadlocks. All exclusive locks should be `BEGIN IMMEDIATE` instead.
BTW, the "Updates", "Problems" and "Contents" tabs don't work.
I tried that too, same error message. [Here's](https://build.opensuse.org/build/home:iucar:cran:meta/Ubuntu_22.04/x86_64/R-build-deps/_log) with prep, build and install sections, same result.
I confirm that the build succeeds if I add just a `mkdir -p %{buildroot}` in the `%install` section. This is the line that fails: https://github.com/debbuild/debbuild/blob/ebec7ff1631040cf9e1854f02f55bda9de0ca05d/debbuild#L1603-L1604 Maybe it would make sense...
Is this PR alive? Any plans on adding TLS support?
> Have you been able to test the implementation in the [feature/ssl](https://github.com/jcohen02/redux/tree/feature/ssl) branch? Any feedback welcome. Not yet. The need has arisen to connect to a TLS-only Azure Redis, and...