Skip to content

#1920 fix activity deletion

Roman Chvanikov requested to merge bugfix/status-deletion into develop

Currently activity is deleted after sending response to client which causes DB connection exit (client pid dies -> exit). This change changes behaviour to first delete activity and then send response. cc @lanodan since the prior change to behaviour was introduced in 244655e8

Merge request reports