Geoffrey Samper

Results 10 comments of Geoffrey Samper

@jeffmcaffer How I could simulate my problem is to load test my server and ensure that the cpu is saturated and then try to run to force a close connection....

@jeffmcaffer is possible to share the log file. What I cannot understand is that you said that most of the time the issue occures in attaching state but if you...

@jeffmcaffer question if I would setup the ospo-ghcrawler project and run it on my env would the issue occur on my env? If this is the case I will try...

@jeffmcaffer I will first try to simulate with the amqp lib itself. So that I can verify if the issue is in the amqp lib or how amqp lib is...

@jeffmcaffer Here is a small sample of my [app](https://github.com/geoffreysamper/amqp10-issue-with-reconnection). I will run this in azure to see if I can simulate the problem. Currently I ran it for an hour...

@jeffmcaffer The sample app was running the since 10am to 16pm utc+1. I only received on timeout and it was a timeout. I try again in azure

@jeffmcaffer I check you sample and if I understand it correctly with the code below you want to proof that we lost promises? If this is the case it normal...

@jeffmcaffer @mbroadst Hi, I was able to reproduce the problem for the hangs. Basicly here what happens it related to the reconnections I don't see any promise get lost. -...

Do you know their was any cpu usage or did you check the memory usage of the node process.

Hi @jeffmcaffer @mbroadst I changed my program a little bit - the interval is set from 100ms to 10ms - the payload is know arround 9kb of text I ran...