Closed
Description
Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.
Versions
Current main branch (commit 08b73c4)
What package version of the SDK are you using.
❯ node --version
v14.19.0
OS: MAC OS
Describe the bug
TeamsActivityHandler, when an activity is received, calls each handler added by onEvent(handler)
twice
To Reproduce
- Self explanatory, add an event, call it
Expected behavior
Event handlers should be called once