This repository has been archived by the owner on Apr 19, 2024. It is now read-only.
Replies: 1 comment 1 reply
-
@manson , it has been longtime since kago, i will for sure make it as deprecated, replaced with korm or a new one, also some dependency like x/net should be updated , there is a vulnerability found in it, i did it for kmux but not yet for kago , can you try do what you are doing using kmux and korm ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I'm doing some multithreading usage of all this. It looks like that Logger is not thread safe. I have Data Race:
This is all around using the StreamLogs inside the Logger. I looked the code - it really is not safe. It needs to be wrapped by a mutex or something like that. Without this app hangs at some point
Beta Was this translation helpful? Give feedback.
All reactions