tipani86/StarChild

Investigate memory / crash issue

Closed this issue · 2 comments

Look into the stability issues of the Wechaty C# implementation and possible memory leakage problems.

As a side note, look into deploying our service on the Community Developer machine on Wechaty: wechaty/PMC#13

https://docs.microsoft.com/en-us/dotnet/core/diagnostics/dotnet-dump

dotnet tool install --global dotnet-dump
dotnet-dump collect -p your processid

Workaround by having a retry/restart policy upon crash.