Skip to content

Commit 9474e9f

Browse files
committed
Release
1 parent 98268cc commit 9474e9f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ try {
708708
"sourcesysid": "", // (string) Sender system identity, applicable only for presence or system channel.
709709
"sqnum": "1", // (string) user defined, sent during publish function.
710710
"sessionid": "", // (string) Sender sessionid, applicable only for presence or system channel.
711-
"intime": 1645554960732 // (string) EPOC time of the sender at time of publish.
711+
"intime": 25 // (int) Intime is a metric that quantifies the routing latency within the messaging infrastructure, specifically within the context of the messaging platform. It measures the time it takes for an event message to traverse from the moment it is received by the messaging to the instant it is dispatched to the subscriber(s) of the event. InTime is expressed in milliseconds (ms) and serves as a crucial indicator of the efficiency and responsiveness of the messaging system. This metric Not applicable for system events.
712712
}
713713
```
714714

@@ -835,7 +835,7 @@ try {
835835
"sourcesysid": "", // (string) Sender system identity, applicable only for presence or system channel.
836836
"sqnum": "1", // (string) user defined, sent during publish function.
837837
"sessionid": "", // (string) Sender sessionid, applicable only for presence or system channel.
838-
"intime": 1645554960732 // (string) EPOC time of the sender at time of publish.
838+
"intime": null
839839
}
840840
```
841841

@@ -862,7 +862,7 @@ try {
862862
"sourcesysid": "", // (string)
863863
"sqnum": "", // (string)
864864
"sessionid": "", // (string)
865-
"intime": // (string)
865+
"intime": null
866866
}
867867
```
868868

@@ -883,7 +883,7 @@ try {
883883
"sourcesysid": "", // (string)
884884
"sqnum": "", // (string)
885885
"sessionid": "", // (string)
886-
"intime": // (string)
886+
"intime": null
887887
}
888888
```
889889

@@ -904,7 +904,7 @@ try {
904904
"sourcesysid": "", // (string)
905905
"sqnum": "", // (string)
906906
"sessionid": "", // (string)
907-
"intime": // (string)
907+
"intime": null
908908
}
909909
```
910910

@@ -925,7 +925,7 @@ try {
925925
"sourcesysid": "", // (string)
926926
"sqnum": "", // (string)
927927
"sessionid": "", // (string)
928-
"intime": // (string)
928+
"intime": null
929929
}
930930
```
931931

@@ -946,7 +946,7 @@ try {
946946
"sourcesysid": "", // (string)
947947
"sqnum": "", // (string)
948948
"sessionid": "", // (string)
949-
"intime": // (string)
949+
"intime": null
950950
}
951951
```
952952

@@ -973,7 +973,7 @@ try {
973973
"sourcesysid": "", // (string)
974974
"sqnum": "", // (string)
975975
"sessionid": "", // (string)
976-
"intime": // (string)
976+
"intime": null
977977
}
978978
```
979979

@@ -994,7 +994,7 @@ try {
994994
"sourcesysid": "", // (string)
995995
"sqnum": "", // (string)
996996
"sessionid": "", // (string)
997-
"intime": // (string)
997+
"intime": null
998998
}
999999
```
10001000

@@ -1021,7 +1021,7 @@ try {
10211021
"sourcesysid": "", // (string)
10221022
"sqnum": "", // (string)
10231023
"sessionid": "", // (string)
1024-
"intime": // (string)
1024+
"intime": null
10251025
}
10261026
```
10271027

@@ -1052,7 +1052,7 @@ This will be triggered only for **presence** `(prs:)` and **system** `(sys:)` ch
10521052
"sourcesysid": "nameofcaller", // (string) Sys id of the member who has subscribed/connected to channel
10531053
"sqnum": null, // (string)
10541054
"sessionid": "ydR27s3Z92yQw7wjGY2lX", // (string) Session id of the member who has subscribed/connected to channel
1055-
"intime": null // (string)
1055+
"intime": null
10561056
}
10571057
```
10581058

@@ -1083,7 +1083,7 @@ This will be triggered only for **presence** `(prs:)` and **system** `(sys:)` ch
10831083
"sourcesysid": "nameofcaller", // (string) Sys id of the member who has subscribed/connected to channel
10841084
"sqnum": null, // (string)
10851085
"sessionid": "ydR27s3Z92yQw7wjGY2lX", // (string) Session id of the member who has subscribed/connected to channel
1086-
"intime": null // (string)
1086+
"intime": null
10871087
}
10881088
```
10891089

0 commit comments

Comments
 (0)