-
-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Formatting functions not thread safe #180
Comments
Fixed in version 2.2.4 |
Thanks! I think that fixed some issues.
|
Fixed in version 2.2.5 |
This problem still happens. I can reproduce it with version 2.2.5 and 2.3.5, using the sample program provided by Mariyam on Aug 22. Should I create a new issue report, or can this one be re-opened? |
Run the program several times. I found that the concurrent map access error happens about half of the time. I was also running it from the command line with |
This is using carbon v2.3.5.
|
Fixed in v2.3.6, you can test in |
Have you tested it and there are still any issues? |
I cannot reproduce the problem with v2.3.6. |
Hello,
I encountered an issue with the following code:
golang version: 1.19
carbon version:v2.2.3
time zone: UTC
I expected to get:
But I actually get:
Thanks!
The text was updated successfully, but these errors were encountered: