Victor Ivanov

Results 51 comments of Victor Ivanov

@andjosh interesting, I was under impression that worker restart should clear things up. At least I can say that worker_count=1 can guarantee you that you won't find nchan stuck in...

Why not revert to an older version of `nchan`? That's much better solution then restarting `nginx`

then the only thing I can suggest is going the same route that is described in this https://github.com/slact/nchan/issues/534#issuecomment-559804806

> Will you provide the fix in the next release? As I understand it there will be no `next release`, Leo is building a standalone version of nchan. This issue...

Nope. We are sort of satisfied with what we have now, though lack of observability and community pushes me to rewrite everything WS related with something that has all of...

Why close this issue? If there is a bug in a 3rd party lib, it's not a reason to close an issue, imo. The gem doesn't work and an open...

I've also checked the issues of SimpleOAuth https://github.com/laserlemon/simple_oauth/issues and didn't see anything posted by you.

Great! I wonder if this simple_oauth [issue](https://github.com/laserlemon/simple_oauth/pull/11) has anything to do with our problem.

as a possible workaround one can use :data => [], works for me with these versions ``` simple_oauth (0.2.0) faraday (0.9.0) faraday_middleware (0.9.1) ```