Tim
Guest
|
Posted:
Thu Jul 08, 2004 9:21 pm Post subject:
WMS event plugin bug |
|
|
Hi everyone!
We have a custom event plugin running on WMS and we found that sometimes (very rare) WMS sends PLAY_START event, but never sends PLAY_STOP event:
Here is a part of log file which is being written by that plugin:
7/7/2004 10:47:54 PM Current Event : WMS_EVENT_STOP
7/7/2004 10:47:54 PM ***************INTO STOP EVENT ***********
7/7/2004 10:47:54 PM WMS_USER_ID :571
7/7/2004 10:47:54 PM ********************
7/7/2004 10:47:54 PM Current Event : WMS_EVENT_PLAY
7/7/2004 10:47:54 PM ********INTO PLAY EVENT***********
7/7/2004 10:47:54 PM WMS_USER_ID :571
7/7/2004 10:47:54 PM ************************
7/7/2004 10:47:58 PM Plugin WMS_USER_ID : 567
7/7/2004 10:47:58 PM Plugin WMS_USER_ID : 560
7/7/2004 10:47:58 PM Plugin WMS_USER_ID : 570
7/7/2004 10:47:58 PM Plugin WMS_USER_ID : 539
First lines are written by IWMSEventNotificationPlugin.OnEvent handler.
As you can see we receive STOP and immediately after it - START.
Last 4 lines is a list of currently connected WMS_USER_ID written by OnHeartbeat handler. And there is no 571! And I will say you more - we will never receive any event from WMS_USER_ID :571!
Does any body know if its a bug or WMS-specific behavior?
Thanks in adavance,
Tim
|
|