deltachat-bot / echo

An echo bot in multiple languages to get you started
The Unlicense
15 stars 3 forks source link

add c example #13

Closed Simon-Laux closed 3 years ago

Simon-Laux commented 3 years ago

closes #4

link2xt commented 3 years ago

There is no way to terminate it currently. I wanted to propose a SIGTERM handler, but realized doing it properly is more difficult than it should be: https://github.com/deltachat/deltachat-core-rust/issues/2280

So for the purpose of example it's easier to assume the bot will be running forever.