gugi9000 / foosball

A ratings tracker for the office foosball league
MIT License
1 stars 0 forks source link

Registering a new game times out and locks thread #21

Closed gugi9000 closed 7 years ago

gugi9000 commented 7 years ago
POST /newgame/submit application/x-www-form-urlencoded:
    => Matched: POST /newgame/submit
LFalch commented 7 years ago

I think what's happening is that the thread handling the request locks the database object. As to why it never responds, I'm still looking into.

LFalch commented 7 years ago

Found the cause of the issue. Fixing now!