jssmith / ssqlite

Serverless SQLite Experiments
6 stars 3 forks source link

status: bad session #9

Closed convolvatron closed 6 years ago

convolvatron commented 6 years ago

if you leave a sqlite command line open for a few tens of minutes and come back to it, the session has timed out, and the client should re-establish synch with the server. it doesn't.

(actually, there is supposed to be a thread/timer sending a SEQUENCE message in some interval defined someplace to keep it alive)