Closed KnorpelSenf closed 3 weeks ago
I just found the issue, seems like I forgor to use await on my next() middleware. Never thought the issue will be on middleware smh, since the code works without any wait() or waitFor().
await
next()
wait()
waitFor()
Originally posted by @hanahaneull in https://github.com/grammyjs/conversations/issues/70#issuecomment-1438925401
I just found the issue, seems like I forgor to use
await
on mynext()
middleware. Never thought the issue will be on middleware smh, since the code works without anywait()
orwaitFor()
.Originally posted by @hanahaneull in https://github.com/grammyjs/conversations/issues/70#issuecomment-1438925401