Closed serazoli closed 4 years ago
Thanks for reporting this. I've been trying to reproduce this, without success so far. I need a test to make sure we don't have any regression, and even with your code I couldn't make the tests panic.
Hi, thank you for your work. When do you plan to tag this code in a patch ?
Sorry @rvflash, looks like I forgot to push the tag to this repo. Done! Thanks for using this project.
When i use two logger instance concurrently then i get "invalid memory address or nil pointer dereference" Here a sample code to reproduce the error
and the error message
I think that something will be override because if add this lines
to gelf_writer.go line 198 then everything work as expected