You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.
I managed to get the module working using the fork: https://github.com/travisstaloch/nim-httpauth but I noticed that Jester is only using 1 thread. I tried to compile with --threads:on but I got the error:
/home/user/.nimble/pkgs/jester-0.4.3/jester.nim(1277, 9) Hint: Asynchronous route: match. [User]
/home/user/Projects/project/bin/project.nim(19, 1) template/generic instantiation of `routes` from here
/home/user/.nimble/pkgs/jester-0.4.3/jester.nim(1283, 35) template/generic instantiation of `async` from here
/home/user/.nimble/lib/pure/asyncmacro.nim(272, 31) Error: 'matchIter' is not GC-safe as it accesses 'auth' which is a global using GC'ed memory
This is my first time using Jester. I have read that the best practice is to put it behind nginx or litespeed. Is it also a best practice to enable threads? Seems like it would be.
The text was updated successfully, but these errors were encountered:
I managed to get the module working using the fork: https://github.com/travisstaloch/nim-httpauth but I noticed that Jester is only using 1 thread. I tried to compile with
--threads:on
but I got the error:This is my first time using Jester. I have read that the best practice is to put it behind nginx or litespeed. Is it also a best practice to enable threads? Seems like it would be.
The text was updated successfully, but these errors were encountered: