Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible to make SlackWebSocketSessionImpl.addInternalListeners() optional? #270

Open
waiyan1612 opened this issue Sep 5, 2019 · 0 comments

Comments

@waiyan1612
Copy link

We have a simple use case to send a slack message to a channel in case of exceptions. We have integrated with it but we realized it's also listening to events which it will never use. Is it possible to not listen/subscribe to those events?

From the code, there is no way to construct SlackWebSocketSessionImpl without invoking addInternalListeners. I am just wondering if we can disable this feature by not invoking addInternalListeners but I am not sure if doing this will break something else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant