-
Updated
Nov 23, 2021 - JavaScript
websocket-client
Here are 479 public repositories matching this topic...
-
Updated
Oct 22, 2021 - Swift
-
Updated
Nov 20, 2021 - Python
-
Updated
Nov 22, 2021 - Rust
-
Updated
Nov 23, 2021 - C
-
Updated
Nov 23, 2021 - C++
By default axios has no timeout, this is a bad default for production systems and currently there is no way to override it.
You can override the socket timeout with the agent but it's not the same thing.
I would like to be able to change that via the WebClient options.
Note: This was added for web-api in slackapi/node-slack-sdk#1250
As a part of this issue, it'd be
-
Updated
Nov 22, 2021 - Python
Description
The workflow setup documentation in bolt-js does not describe the need to add workflow step(s) to api.slack.com/apps. Without this part, then workflow steps would not show up in Workflow Builder of a workspace.
Related to #1156.
What type of issue is this? (place an x in one of the [ ])
- documentation related
-
Updated
Sep 25, 2021 - Python
-
Updated
Oct 26, 2021 - C++
-
Updated
Nov 3, 2021 - C++
Even though this isn't super critical, this might help with addressing https://stackoverflow.com/questions/57938081/blazor-preview-9-mono-wasm-memory-access-out-of-bounds-max-string-size-for-dotn
-
Updated
Oct 20, 2021
-
Updated
Oct 28, 2021 - Erlang
-
Updated
Nov 5, 2021 - C
-
Updated
Jul 1, 2021 - Python
-
Updated
Sep 16, 2021 - Go
-
Updated
Oct 14, 2021 - JavaScript
-
Updated
Nov 16, 2021 - JavaScript
https://github.com/TakahikoKawasaki/nv-websocket-client looks well-maintained and there are at least 450+ public projects using it as of today. We can consider adding this library support as the 3rd backend for SocketModeClient.
The main reason why I came to think of this addition is to have more proxy supported options for enterprise customers. Unfortunately, Java-WebSocket library does not of
-
Updated
Apr 28, 2021 - PHP
-
Updated
Aug 15, 2021 - TypeScript
I want to perform operations when a member has joined a channel which takes more than 5 seconds, but I'm getting BrokenPipeError: [Errno 32] Broken pipe.
The minimal step to reproduce the same has been shown below while using the lazy listener it waits for 10 seconds before responding back.
Reproducible in:
from chalice import Chalice, Response
from slack_bolt impoI receive
[WEBSOCKET] Failed to initialize logger, disabling.. Error: System.NullReferenceException: Object reference not set to an instance of an object. blazor.webassembly.js:1 at Websocket.Client.Logging.LogProvider.GetCurrentClassLogger () blazor.webassembly.js:1 at Websocket.Client.WebsocketClient.GetLogger ()
-
Updated
Nov 24, 2021 - JavaScript
Improve this page
Add a description, image, and links to the websocket-client topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the websocket-client topic, visit your repo's landing page and select "manage topics."
Currently, https://slack.dev/python-slack-sdk/socket-mode/index.html has only Events API example. We add interactivity patterns (e.g., shortcuts, modal submission, button clicks, etc.) in the page.
@~tjstum Thanks for your prompt reply here!