Good morning, I am a software developer and I want to create a project client-server. The client is wrote in c# with xamarine and the server on py4web. The client create request with some parameters and the server reply with a data in json form. I use celery for scheduling the request and I create a task for each type of requests.
When with the client application I create a request [like the example below], the function await.response.Content.ReadAsStringAsync create an exception: *unexpected end of stream* [image: Exception - Xamarine.png] Server side the situation is that I create for each request a DAL and I define a table where I took the date to send to the client. in this way: [image: Controller - py4web.png] I invoke the task that reply the json file to the client in this way: [image: task prd - py4web.png] <about:invalid#zClosurez> Someone know why the operation create this type of exception, I try using a request with chrome but the page was displayed correctly. Thanks for the help. Edoardo Torrini -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/a25df1ac-50b3-4033-a661-374577da6281%40googlegroups.com.