rwl / muntjac

A web application GUI toolkit
http://www.muntiacus.org
Apache License 2.0
42 stars 14 forks source link

Application close #20

Open danielor opened 11 years ago

danielor commented 11 years ago

Hello, When you call Application.close() in Muntjac, a small piece of json is sent to the javascript client. The javascript cannot eval the redirect object. I have found that the redirect json is concatenated twice into a string leading to the error "missing ) in parenthetical" error. It works fine if in the abstract_communication_manager.py line # 1474 outWriter.flush() is commented out. Thanks for the nice package, Dan