Jon Börjesson

Results 61 comments of Jon Börjesson

To me the brackets make it look like i could put more stuff in there, like in c# and PHP. If it was only `@MyAnnotation` (like in java?) it wouldn't...

This is an example were I wanted to put multiple annotations in one block. I made a config class were i wanted to annotate some properties if they could be...

> Do we want to drop the LavinMQ module completely instead? Or hack `Log` to drop it? Imo we should keep it (or shorten it to `lmq`). But we need...

This will also count all data that needs to be sent as lag, not only "message data" (i.e. it counts filename length etc too).

> This will also count all data that needs to be sent as lag, not only "message data" (i.e. it counts filename length etc too). Maybe it should be changed...

> Can't we wrap this with our own `Log`, something like > > ```crystal > class LavinMQ::Log < ::Log > property metadata > def debug > msg = yield >...

Just a little remark that came to my mind: By removing the local `connection` and `channel` it may be harder to understand where messages comes from. Dunno how big of...

Old, and needs to be redone when ExecutionContext is available.

I think body encryption may be pretty simple and straight forward. Dunno how compression would work. Your thinking about compressing all network traffic, not just part of the frames, right?...

Right. All traffic would have to go through amqproxy, and the same instance (or they must have the same keep). And key rotation is a problem. So, adding the code...