Skip to content
New issue

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

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

Already on GitHub? # to your account

Added API for disconnecting from the slack server #20

Merged
merged 2 commits into from
Aug 5, 2015

Conversation

janvidar
Copy link
Contributor

@janvidar janvidar commented Aug 5, 2015

I was working on a small service bot that would post certain event messages to slack, however I noticed there was no API for disconnecting which caused some hanging java processes due to the connection monitor thread.

This is an attempt at creating a disconnect() method in the same fashion as the connect() method that would disconnect the websocket connection, and shut down the monitor thread.

bcorne added a commit that referenced this pull request Aug 5, 2015
Added API for disconnecting from the slack server
@bcorne bcorne merged commit bc6f76b into Itiviti:master Aug 5, 2015
@bcorne
Copy link
Contributor

bcorne commented Aug 5, 2015

Hi,

That looks good, thanks, I merge it.

Would you like to be added in the contributors list? If so just give me a name, an email and an URL to a personal website (email and URL are not mandatory of course) so this will be included in the pom.xml of the next release.

Best regards,

Benoit

@janvidar
Copy link
Contributor Author

janvidar commented Aug 5, 2015

Hi thanks, this was fast :)

You can use my name "Jan Vidar Krey" and e-mail address janvidar at extatic.org. No website necessary.

@bcorne
Copy link
Contributor

bcorne commented Aug 5, 2015

Ok, done.

Let me know if you're having some troubles or idea with this library.

Best regards,

Benoit

@janvidar
Copy link
Contributor Author

janvidar commented Aug 5, 2015

Great, I'll do that.
I see that there are some problems already after using it for half a day. I'll post some more pull requests, if you don't mind.

@bcorne
Copy link
Contributor

bcorne commented Aug 5, 2015

Of course I don't mind.

I'll have a look at it with pleasure.

Best regards,

Benoit

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

Successfully merging this pull request may close these issues.

2 participants