Dmitriy Khmaladze

Results 89 comments of Dmitriy Khmaladze

You need to check all places where new Message is called, such as failover, as not all fields may be initialized. Only Log.Send() initialized them ,whereas Sink.Write() does not. All...

See #589 as an example of AsyncLocal. It is much more appropriate than Mutable. We should probably get rid of `AsyncFlowMutableLocal` being used in many places as it is only...

The `Session` has some legacy semantics in Glue. In fuure it will convert to plain `AsyncLocal`

`Azos/Data/Directory` should be deleted???? What purpose does it serve now?

``` //Tree root + (AsOf) date supplied in the function call region@geo::/ region.path@geo::/ //Get node by path + (AsOf) date supplied in the function call region.path@geo::us/east/cle/solon/maple-road //Get node by ID...

@JohnPKosh to run TOY, run console **as admin**, the server is on port **8080**: ```console C:\Zdev\ghub\azos\out\Debug\run-netf>toy wave -config toy-wave.laconf ``` Root URI: ``` http://localhost:8080/conf/forest/tree/tree-list?forest=sherwood ``` Security: ``` Basic auth: root/thejake...

Why is the SMTP sink under MessagingDaemon while it is hosted under Composite? ![image](https://user-images.githubusercontent.com/2273574/136446704-3ad81b11-5c5c-4610-9367-024b37f41fb9.png)