Fix issue in scion express middleware: on initializing the new session, it was...

Fix issue in scion express middleware: on initializing the new session, it was not waiting for the asynchronous database write to finish before calling the callback, so a subsequent event could be processed before the the serialized session was finished writing to the database

Merge request reports

Loading