Closed erkkikeranen closed 6 years ago
fixed critical bug.
Found out that def would create an object that would share state between multiple function invocations. This solution makes the state scope / request specific.
def
fixes #108
fixed critical bug.
Found out that
def
would create an object that would share state between multiple function invocations. This solution makes the state scope / request specific.fixes #108