Fork me on GitHub
#aws
<
2017-02-24
>
sirsean20:02:43

Hi all! I'm trying to use amazonica with manifold and having a bit of trouble. Has anybody here done that before?

sirsean21:02:13

(Basically the problem I'm having is that if I try to wrap a call to amazonica inside an md/future, I'm getting a stack overflow error with some regularity.)

sirsean21:02:45

crapi.core=> @(md/chain (md/future (s3/list-buckets creds)) count)
36
crapi.core=> @(md/chain (md/future (s3/list-buckets creds)) count)

StackOverflowError   java.net.SocketInputStream.socketRead0 (SocketInputStream.java:-2)
crapi.core=> @(md/chain (md/future (s3/list-buckets creds)) count)
36