Scille / autobahn-sync

Bring autobahn to your synchronous apps !
MIT License
17 stars 3 forks source link

Timing out on receipt of large data from RPC call #4

Open lterry-t opened 7 years ago

lterry-t commented 7 years ago

(Firstly, great module! Aside from this issue, it's working great)

When I initiate an RPC call that returns a large amount of data (>2MB), I get a TimeoutError from the call. I recreated the exact sequence with standard a Autobahn implementation and had no issues. Also, I note the timestamp that the server finishes transmitting the data. For the standard Autobahn implementation, the result is available on the client very soon after the server says it has finished. For the autobahn-sync implementation, nothing happens and the timeout occurs.

I've looked through Autobahn and Twisted's code to see if there is a max transimission size parameter somewhere and I can't seem to figure that out.