我在我的 GWT 项目(Guice 和 Dispatch 和..)中使用 MVP 模式
但是在最后一次 RPC 后 30 秒后到服务器的每个 RPC 都需要延迟(大约 1 秒)。IT 似乎有些东西在服务器中缓存了 30 秒,猜测是为了 Guice 运行时注入或 Dispatcher。
如何消除这种延迟?
我在我的 GWT 项目(Guice 和 Dispatch 和..)中使用 MVP 模式
但是在最后一次 RPC 后 30 秒后到服务器的每个 RPC 都需要延迟(大约 1 秒)。IT 似乎有些东西在服务器中缓存了 30 秒,猜测是为了 Guice 运行时注入或 Dispatcher。
如何消除这种延迟?