Jayme Rotsaert
Jayme Rotsaert
Hi is there a reason why the variable READ_TIMEOUT in SslSocket is not configurable? What we're seeing now is a timeout of 1 second on each push notification request to...
Hi, if I f.e. use ``` .click("#someid") ``` on an element and this starts a file download in chrome normally, how can I capture and save that download using chromeless?
Hi was reading your article here, https://mycodesmells.com/post/pooling-grpc-connections and checking the code - I was wondering doesn't this peace of code: https://github.com/mycodesmells/golang-examples/blob/37200fe1d687e1f7b8a96fd788e13dc8221083ac/k8s/grpc-pooling/employer/main.go#L72 close the connection in the grpc worker pool each...
Hi, just wondering if there is a big decrease in performance when there are a lot of items stored under one key? CMS.INCRBY key item1 1. CMS.INCRBY key item2 1...