Aaron Piotrowski

Results 148 comments of Aaron Piotrowski

@GrahamCampbell I realize it's been quite some time since you opened this issue, but would you be able to try again with the latest `dev-3.x`. I found an issue with...

Hi @LouisTSpi! Graceful closing of the connection requires sending a command to the server, which as you noticed needs to go into the queue. Cancelling a MySQL query requires issuing...

Unfortunately I'm not sure what could be going on here other than the obvious – the server seems to be dropping the connection for some reason. Would you be able...

Based on the exception stack containing a `TlsException` there may be an error with the server you're connecting to. Use `UnprocessedRequestException::getPrevious()` to get the previous exception.

Apologies for the (very) late reply, this issue slipped under my radar. To perform multiple queries simultaneously (or multiple of any operation which will await I/O), use `Amp\async()` in conjunction...

@TheDigitalOrchard Something to note: Unless you are running multiple coroutines which are logging, you may actually notice a slowdown because asynchronous writes have more overhead than synchronous writes. The advantage...

@joelwurtz Would you have some time to implement this soon?

Don't have time to look at or test this today, but I wanted to ping @kelunik that this is part of the reason why I made `Socket` an interface in...

Thanks! It looks like the test you added is failing due to a mis-matched message. Could you take a look at that?

@zloyuser I too am curious what issues you'd have with bunny and Amp. Maybe there's a bug that needs to be addressed? Very cool that you made a library using...