denodb icon indicating copy to clipboard operation
denodb copied to clipboard

DenoDB keep force close the oak server

Open fzn0x opened this issue 3 years ago • 2 comments

I m currently develop oak with DenoDB in my deno framework , but the denodb keep force close the oak server without errors sometimes. anybody know the reason why?

Screenshot from 2020-08-01 13-21-55

Thanks!

fzn0x avatar Aug 01 '20 06:08 fzn0x

After a quick look at the repo you provided I don't see where you are awaiting the root server run function in server.ts

https://github.com/fauzan121002/denovel/blob/b9b81f66bd7224bc0a1d399c266b492e15ba683e/server.ts#L13

Maybe that could be the issue?

michaelgaultjr avatar Aug 01 '20 15:08 michaelgaultjr