The weird thing is that close() doesn't provide the session_id() which we need to release the lock.
This makes me think this isn't the right place to release the lock, and read() should probably make sure it releases the lock when it's called with "read_and_close".
This might not be the best.
The weird thing is that
close()
doesn't provide thesession_id()
which we need to release the lock.This makes me think this isn't the right place to release the lock, and
read()
should probably make sure it releases the lock when it's called with "read_and_close".