., I created a gxt project, and I created an RPC mechanism for receiving data. But it works great for the first time even when calling RPC. But after that, it does not clear the memmory cache, it works in mozilla, but not in crome.
My mistake is the following, help me solve this problem. ,,,
com.google.gwt.dev.shell.BrowserChannel$RemoteDeathError: Remote connection lost at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:303) at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:546) at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:363) at java.lang.Thread.run(Unknown Source) Caused by: com.google.gwt.dev.shell.BrowserChannelException: Invalid message type CHECK_VERSIONS at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:303) at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:546) at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:363) at java.lang.Thread.run(Unknown Source)
source share