Blake Niemyjski

Results 631 comments of Blake Niemyjski

I'm not sure, I'm not using the twitter oauth but if you could dig into it that would be awesome.

Great find! I think that is the proper fix and we'll merge in that pr ASAP. I'm guessing this passed our unit tests due to they all use options.

Yeah, I'm really sorry about that. I broke quite a bit and so I removed some samples and don't have time to update the docs. I can point you to...

Would you mind creating one and submitting a pr. I've linked to a real life example

When you dispose of an instance it will unsubscribe the current instance. If you create a new message bus instance it will resubscribe. Message bus instances should be singletons (a...

I guess this sums up what's going on here: https://stackoverflow.com/questions/6192177/redis-pub-sub-with-reliability and https://www.redisgreen.net/blog/pubsub-intro/ We've always treated it as if no one is listening then why keep the messages and it's worked...

Hello sorry for the delay. I reviewed again and I think the changes are good. There is some merge conflicts due to us moving fully to async. Can you please...

Hello, Can you please resolve any conflicts and look at the comments above so we can get this merged in.