我一直在使用,将通知发送到我安装的Mipp的所有装置。 它的工作方式非常不一致。
这一问题是如何开始的?
我们拥有一台有大约500个用户的自动计算机。 我们注意到,大多数用户没有收到通知! 我注意到,随着时间的推移,出现了一系列事件。
.....
10:37:33 AM - Notification Queued!
10:37:33 AM - Notification Queued!
10:37:33 AM - Notification Queued!
10:37:33 AM - Notification Queued!
10:37:36 - Connecting...
10:37:36 - Connected...
10:37:36 - Notification Success
10:37:36 - Notification Success
10:37:36 - Notification Success
...
10:37:36 - Error: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host.
10:37:39 - Connecting...
10:37:40 - Connected...
10:37:40 - Notification Success
10:37:40 - Notification Success
....
What I have done?
我已使用Ad-Hoc生产证书建立了Pipp测试,并在5个装置上安装。 我试图同时向所有这些装置发出多条信息。 我注意到收到电文的行为完全不一致。 有时所有5个装置都立即收到电文。 在5个装置中,有3个装置几乎即时收到电文,另外2个装置中,有2个设备有时即时收到电文,其他设备则收到除最后电文外的所有电文。 有时它根本得不到信息!
我还试图在某个时候向个别装置发出电文,并指出,一旦开始接收电文,所有电文即刻发出,有时在很长一段时间后收到最后电文(约20分钟)。
我已经核实了什么?
- It uses the same connection to send all messages so it doesn t open multiple connections.
- Using the correct certificate and push notification server.
- Ran Feedback service few times but it didn t return any device IDs.
是否有任何人注意到这种行为? 当你向多种装置发出电文时,会有什么问题? 难道我可以做的是使普什通知可靠吗?
感谢。