Flush trace stream after every event

This commit is contained in:
Emery Hemingway 2024-03-20 13:03:42 +00:00
parent 87e730bc5b
commit 4fe2173d81
2 changed files with 2 additions and 1 deletions

View File

@ -102,6 +102,7 @@ when tracing:
actor: initRecord("named", actor.name.toPreserves),
item: act)
traceStream.write(entry.toPreserves)
traceStream.flush()
proc path(facet: Facet): seq[trace.FacetId] =
var f = facet

View File

@ -1,6 +1,6 @@
# Package
version = "20240319"
version = "20240320"
author = "Emery Hemingway"
description = "Syndicated actors for conversational concurrency"
license = "Unlicense"