James Bench

Results 14 comments of James Bench
trafficstars

We're having the same problem with a very similar use case: We have certificates for Apple and Googles push notification services; we have different certificates for our test and production...

I've started having a play with this; you're right that it uses the http protocol to transmit the attachments rather than placing them in the SOAP envelope payload itself but...

The ability to return a Mutex rather than a Lock would also solve this challenge. ```kotlin val mutex = redisson.getMutex(key) ```