Skip to content

Commit

Permalink
Add thread safety (#88)
Browse files Browse the repository at this point in the history
* Add tests for thread safety

* Fix thread safety
  • Loading branch information
alexaka1 authored Aug 27, 2024
1 parent 3bc9726 commit 219443c
Show file tree
Hide file tree
Showing 3 changed files with 219 additions and 142 deletions.
5 changes: 5 additions & 0 deletions .changeset/late-donuts-join.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"alexaka1.serilog.extensions.formatting": minor
---

Fixed Utf8JsonFormatter thread safety. The formatter is now threadsafe, as it holds no state that can produce a race condition, at the cost of performance.
Loading

0 comments on commit 219443c

Please sign in to comment.