I'm looking at spyne to be able to make a webservice that handles requests in json. The problem is that I still didn't managed to get it working for more than one request at a time.
I thought this https://github.com/arskom/spyne/blob/master/examples/async.py might solve, but I can't seem to make it work as the get_callback_info() isn't found anywhere... Does anyone know any example of how to handle multiple requests at the same time with spyne? Thanks!