Show HN: Simple Slackbot Library for .Net Core
1–10 of 14 posts
Re: Show HN: Simple Slackbot Library for .Net Core
#2Re: Show HN: Simple Slackbot Library for .Net Core
#3Re: Show HN: Simple Slackbot Library for .Net Core
#4One comment - when the socket gets disconnected it will throw an exception and in the catch block the connect method is called again. Looks like this would cycle very quickly when no internet connection was available.
Re: Show HN: Simple Slackbot Library for .Net Core
#5Re: Show HN: Simple Slackbot Library for .Net Core
#6Thank you for this. I was intending to write something similar in the next week or so and you've shaved off some time on that. One comment - when the socket gets disconnected it will throw an exception and in the catch block the connect method is called again. Looks like this would cycle very quickly when no internet connection was available.
Re: Show HN: Simple Slackbot Library for .Net Core
#7Thank you for this. I was intending to write something similar in the next week or so and you've shaved off some time on that. One comment - when the socket gets disconnected it will throw an exception and in the catch block the connect method is called again. Looks like this would cycle very quickly when no internet connection was available.
Re: Show HN: Simple Slackbot Library for .Net Core
#8I have a Slackbot built with Node that I use every day, and I've been looking for a way to move it out of JS (for various reasons). Thanks for this!
Re: Show HN: Simple Slackbot Library for .Net Core
#9Re: Show HN: Simple Slackbot Library for .Net Core
#10awesome! i'm digging all the cool stuff showing up on dotnet core now.