wechaty / dotnet-wechaty

.NET Wechaty is a Conversational SDK for Chatbot Makers Written in C#
Apache License 2.0
81 stars 29 forks source link

Wechaty class error #6

Closed kevincheng201903 closed 3 years ago

kevincheng201903 commented 4 years ago

public async Task Start()

--->   OnHeartbeat(() => MemoryCheck());

There is no MemoryCheck function in your C# code

GuoqiuZhong commented 4 years ago

I‘m looking forward to this fixing.

echofool commented 4 years ago

temporarily resolved at https://github.com/wechaty/dotnet-wechaty/pull/9

Jesn commented 3 years ago

Updated