chriswatrous
chriswatrous
I think I'm seeing the same problem. ``` [clj-http "3.10.1"] ``` Here's the code I'm using: ``` ; get number of threads and file descriptors {:threads (Thread/activeCount) :files (.getOpenFileDescriptorCount (ManagementFactory/getOperatingSystemMXBean))}...
Ok, creating an async connection manager seems to solve it. ``` ; get number of threads and file descriptors {:threads (Thread/activeCount) :files (.getOpenFileDescriptorCount (ManagementFactory/getOperatingSystemMXBean))} (def n 100) (def acm (clj-http.conn-mgr/make-reusable-async-conn-manager...
Cool. It works for me with node v10.7.0. I made this shell script so I can use it while other node versions are active: ~/bin/grasp ``` #!/bin/bash ~/.nvm/versions/node/v10.7.0/bin/node ~/.nvm/versions/node/v10.7.0/lib/node_modules/grasp/bin/grasp "$@"...
Ok, I got it to work by piping the key through this command: ``` openssl rsa -inform pem -pubin -RSAPublicKey_in ``` which returns this key: ``` -----BEGIN PUBLIC KEY----- MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi55ngm+ipjWKZJosYsuM...
I also looked at the messages in MIDI-OX and it confirmed what I saw in FL Studio.