我能夠成功獲得GWT Atmosphere演示項目以及Grails氛圍項目的啓動和運行。但是,使用Grails的後端到GWT大氣客戶端上電時,停止與以下消息的工作:將GWT和Grails與Atmosphere插件配合使用
comet.beforeDisconnected
comet.disconnected
comet.error [connected=false] (0)0
comet.error [connected=true] (-1)Invalid message received: <!-- ---------------------------------------------------------------- http://github.com/Atmosphere ------------------------------------------------------------------------ -->
comet.beforeDisconnected
comet.error [connected=true] (-1)Expecting disconnection but received message: <!-- Welcome to the Atmosphere Framework. To work with all the browsers when suspending connection, Atmosphere must output some data to makes WebKit based browser working.-->
有什麼建議?
該問題似乎是協議以及grails 2的一些有趣問題 – fabiangebert