AtmosphereResource 结果为空。
AtmosphereResource is coming out to be null.
嗨,我关注了 link:How to design push notifications using Atmosphere
要设计推送通知,但在以下行后得到空的 AtmosphereResource:AtmosphereResource resource = (AtmosphereResource)request.getAttribute(ApplicationConfig.ATMOSPHERE_RESOURCE);
我用过代码:
AtmosphereFramework f = new AtmosphereFramework();
f.init();
我的主要功能是 spring 启动应用程序。
使用 wiki 安装 Atmosphere:https://github.com/Atmosphere/atmosphere/wiki/Installing-Atmosphere
客户端代码与答案指定的相同
有人可以帮我吗?
发现错误..
必须添加代码:f.doCometSupport(AtmosphereRequest, AtmosphereResponse);
当我的请求进来时。
嗨,我关注了 link:How to design push notifications using Atmosphere
要设计推送通知,但在以下行后得到空的 AtmosphereResource:AtmosphereResource resource = (AtmosphereResource)request.getAttribute(ApplicationConfig.ATMOSPHERE_RESOURCE);
我用过代码:
AtmosphereFramework f = new AtmosphereFramework();
f.init();
我的主要功能是 spring 启动应用程序。
使用 wiki 安装 Atmosphere:https://github.com/Atmosphere/atmosphere/wiki/Installing-Atmosphere
客户端代码与答案指定的相同
有人可以帮我吗?
发现错误..
必须添加代码:f.doCometSupport(AtmosphereRequest, AtmosphereResponse);
当我的请求进来时。