Lucas Lemos

Results 95 comments of Lucas Lemos

@gaby @ReneWerner87 it's all done, compression is added. Sorry to take so long, I was trying to find a way to support all compression codecs but didn't manage to, so...

@gaby I'll fix them tomorrow morning, thanks!

@ReneWerner87 @gaby I think it's all done!

@gaby yeah, I'll have to check this later, tried some stuff but it didn't solve the issue, I'll try it tomorrow morning when I have the time

It doesn't seems like the sharing context it's the issue tho, I removed all driver.Context calls and tested it with creating a context.Background() for each separately call and the same...

Alright, found out what was going on, even when the expiration value was equal the zero value of the time.Time struct, the IsZero function was returning false, so I changed...

@gaby I addressed your changes and fixed the issues the driver was having, could you check again please?

I'm gonna have a try at this if anyone isn't going at it.

@the-hotmann I think that what you want can already be achieved with the GracefulContext configuration. You can configure a timeout for the Graceful Shutdown or just pass a normal context.Background()...