-
Notifications
You must be signed in to change notification settings - Fork 3
ReThink the Architecture #39
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Metadata
Metadata
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Projects
Status
🆕 New
Currently, there is a gap between a
botserverinstance and the operations within handlers. That is, only message references are passed into handlers, and thebotservercontext cannot get involved in the processing of the messages.Essentially, it comes to the problem that where to put the global variables. Settings the
botserver, crawler, or some storage connector as global can solve the problem. But may leads to an import loop.