Matt Widmann
Matt Widmann
I tracked my exit to this intentional terminate call here, the message above it is a bit concerning https://github.com/Azolo/websockex/blob/master/lib/websockex.ex#L893 In my `terminate/2` callback, I am getting the following args: ```...
I have found a fix that at least exposes the error for the time being. Though, something is going on which I don't fully understand so I'm not sure its...
I've noticed my websockex process becoming a zombie while running in my "production" system (which is not really production but runs all the time on a server). When I took...
@Azolo I've posted on the elixir forum some more detailed information. See if that looks to be the same to you. https://elixirforum.com/t/debugging-stuck-zombie-process/54301/2
The broadway sqs producer is very difficult to tune without this feature. If I cannot separate download concurrency from processing concurrency (by making a separate stage for downloaders and a...
Sorry I misread the title, thought this was about multiple processors! Is there a separate issue for that?
Think we can merge this?
think you can give me merge access?
I can publish under the original package on hex.pm, would just prefer I didn't do it off of a branch like this... @aposto Please give me merge access, its been...