You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using postmodern which uses ironclad to make authentication.
The problem is when I'm saving lisp image with save-lisp-and-die, the first attempt to reconnect to the database produces the following error:
I'm using
postmodern
which usesironclad
to make authentication.The problem is when I'm saving lisp image with
save-lisp-and-die
, the first attempt to reconnect to the database produces the following error:I found a workaround:
(setf ironclad::*os-prng-stream* nil)
before first connection attempt fixes the problem.The text was updated successfully, but these errors were encountered: