Skip to content
#

sdk

Here are 4,326 public repositories matching this topic...

微信公众平台SDK Senparc.Weixin for C#,支持.NET Framework及.NET Core。已支持微信公众号、小程序、小游戏、企业号、企业微信、开放平台、微信支付、JSSDK、微信周边等全平台。 WeChat SDK for C#.

  • Updated Jul 15, 2020
  • C#
cleemullins
cleemullins commented Aug 21, 2019

On a weekly basis, customer report issues around the 15 second timeout. This problem manifests as Exceptions and looks like a timeout.

We need to offer a more robust guidenance around Async / Long-Running operations. This guidenance likley takes the form of:

  1. Your bot responds very quickly.
  2. Do Needed Processing()
  3. Send the result to the user as a Async / Proactive message.

There

sdk
core
padhie
padhie commented Nov 29, 2018

Currently to create a command it must be a class with the same name like the command + "Command" in the command directory.
e.g.:
Command -> /foobar
Class -> FooBarCommand

But if you want to start a command with a number or an spezialchar in the commandname you can't create this command.

The idea is that you can set a list of classes and in this class you have a property

Improve this page

Add a description, image, and links to the sdk topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sdk topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.