varghesep

Results 7 comments of varghesep

I made a change in the code to dump the log to a txt file as below: ``` private void ConfigureLogger(IAppBuilder app) { var logger = new LoggerConfiguration().WriteTo.File(@"c:\temp\log.txt").CreateLogger(); Serilog.Debugging.SelfLog.Out =...

I think it make sense to call **PatchWithdrawal** but not return the balance. We can have another message sent to an actor to return the Balance. I assume the **Account**...

I'm sorry to ask this again because I don't understand why there is a special processing of waiting commands after an actor is terminated. As I understand about the termination,...

Thanks. For the third option, isn't a supervisor strategy needed?

None of the examples mentioned in this ticket work anymore in jsFiddle.

Why do you want an alternative if this library meets your need and working?

@fumihwh + I'm also looking for a solution.