compbio-UofT / medsavant

MedSavant is a search engine for genetic variants
22 stars 9 forks source link

After autopublishing a null pointer exception is thrown #261

Closed jvlasblom closed 10 years ago

jvlasblom commented 10 years ago

After autopublishing, a thread starts to close (unregister) the session, and this thread can execute before a call to unregister session in the invoking thread, resulting in a nullpointerexception when an attempt is made to fetch the user corresponding to an unregistered session.

Fixed pending commit.