我需要使用轮询来获取警报。自从我添加
<h:outputText id="alertNotif" value="#{alertController.number}" />
<p:poll interval="3" listener="#{alertController.incrementNbrAlert}" update="alertNotif" />
ERROR: MAC did not verify!
当我启动服务器时,我得到了无限的时间。
这是如何引起的,我该如何解决?
我需要使用轮询来获取警报。自从我添加
<h:outputText id="alertNotif" value="#{alertController.number}" />
<p:poll interval="3" listener="#{alertController.incrementNbrAlert}" update="alertNotif" />
ERROR: MAC did not verify!
当我启动服务器时,我得到了无限的时间。
这是如何引起的,我该如何解决?