mirror of
https://github.com/System-End/slack-morphism-rust.git
synced 2026-04-19 22:05:15 +00:00
Docs fixes
This commit is contained in:
parent
e5a6e30917
commit
cc6803f4d8
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ socket_mode_listener.serve().await;
|
|||
|
||||
### The time blocking of the SM listener callbacks is important
|
||||
|
||||
If your app blocks callbacks more than 2-3 minutes Slack server might decide to repeat requests again and also to inform users with errors and timeouts.
|
||||
If your app blocks callbacks more than 2-3 seconds Slack server may decide to repeat requests again and also to inform users with errors and timeouts.
|
||||
So, if you have something complicated that could take more time you should spawn your own future, e.g:
|
||||
|
||||
```rust,noplaypen
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue