Luke Bakken

Results 449 comments of Luke Bakken
trafficstars

Actually what we'd really like is to be able to use the built-in disk monitor, but the check frequency lower limit is 1 minute. I'll expand on that in another...

Hi, we could use a bit more information - * How did you discover this issue? * Does it affect real-world use of this library? This is a pretty artificial...

> so I would not call it an "artificial scenario" Now that we have an explanation it's not so artificial 😉

https://stackoverflow.com/questions/57717635/golang-for-select-blows-up-cpu

The problem stems from the goroutine used for a connection exiting before the connection is established. We don't have code (yet) to take into account scenarios where a connection is...

This gives an example of auto-reconnection as well: https://github.com/rabbitmq/amqp091-go/commit/4ce2c8e4e371338add82c3dc2df56f70d0dca601

Is this documented at least? Seems like providing a way to build the `Config`'s `Properties` map could work. This is sure a good example of how Golang can be ugly!...

If a user needs support for older .NET versions, use an older version of `msbuildtasks` ?

@michaelklishin this commit added ssl:handle_options which could be used to validate options earlier - https://github.com/erlang/otp/commit/6a6410b3d614fbb9418f60f39900e169dc7f0bff

The `async` / `await` code provided [here](https://github.com/cocodrino/rabbitmq-tutorials-async-await) does not visibly have a license associated with it ([one line](https://github.com/cocodrino/rabbitmq-tutorials-async-await/blob/4ddf466df81a358dd8c3bda996ac2d5b33af648a/package.json#L10) in `package.json` isn't really sufficient). @cocodrino do you plan to add a...