Investigate memory / crash issue
tipani86 opened this issue · 2 comments
tipani86 commented
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
tipani86 commented
https://docs.microsoft.com/en-us/dotnet/core/diagnostics/dotnet-dump
dotnet tool install --global dotnet-dump
dotnet-dump collect -p your processid
tipani86 commented
Workaround by having a retry/restart policy upon crash.