Rishi

Results 11 comments of Rishi

Any updates for this feature? How can I restart my container automatically if it unhealthy?

@codepope : I see the ​**_experimental**_​ branch has a different interface than the current master branch. I have created a source adaptor for kinesis and would like to submit a...

There can be some errors while sending the data through web sockets. In that case, your client does not have a proper fallback mechanism. I disabled web sockets in my...

I disabled WebSockets using some chrome extensions. As well as I also tried to make a connection with my Nginx server which has blocked web sockets configuration. In this scenario,...

I made some changes to get it work temporarily. [[Code]](https://github.com/interviewstreet/nchan.js/blob/master/NchanSubscriber.js#L535-L556) What are your plans to fix this issue? Thanks.

Here are my changes to add fallback support in nchan.js. This is not the good way but it is working fine according to my needs. Link to code - https://github.com/slact/nchan.js/compare/master...interviewstreet:master...

@slact Just review it and let me know where do you want to make changes. I will update my pr.

@slact Any updates on this PR?

@amiri27 You can use this - https://github.com/interviewstreet/nchan.js I made the necessary changes in nchan.js and we are now using it in the production.