Skip to content

Commit 76daf9d

Browse files
committed
Release
1 parent 63f89c1 commit 76daf9d

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ try {
694694
"sourcesysid": "", // (string) Sender system identity, applicable only for presence or system channel.
695695
"sqnum": "1", // (string) user defined, sent during publish function.
696696
"sessionid": "", // (string) Sender sessionid, applicable only for presence or system channel.
697-
"intime": 1645554960732 // (string) EPOC time of the sender at time of publish.
697+
"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.
698698
}
699699
```
700700

@@ -823,7 +823,7 @@ try {
823823
"sourcesysid": "", // (string) Sender system identity, applicable only for presence or system channel.
824824
"sqnum": "1", // (string) user defined, sent during publish function.
825825
"sessionid": "", // (string) Sender sessionid, applicable only for presence or system channel.
826-
"intime": 1645554960732 // (string) EPOC time of the sender at time of publish.
826+
"intime": null
827827
}
828828
```
829829

@@ -850,7 +850,7 @@ try {
850850
"sourcesysid": "", // (string)
851851
"sqnum": "", // (string)
852852
"sessionid": "", // (string)
853-
"intime": // (string)
853+
"intime": null
854854
}
855855
```
856856

@@ -871,7 +871,7 @@ try {
871871
"sourcesysid": "", // (string)
872872
"sqnum": "", // (string)
873873
"sessionid": "", // (string)
874-
"intime": // (string)
874+
"intime": null
875875
}
876876
```
877877

@@ -892,7 +892,7 @@ try {
892892
"sourcesysid": "", // (string)
893893
"sqnum": "", // (string)
894894
"sessionid": "", // (string)
895-
"intime": // (string)
895+
"intime": null
896896
}
897897
```
898898

@@ -913,7 +913,7 @@ try {
913913
"sourcesysid": "", // (string)
914914
"sqnum": "", // (string)
915915
"sessionid": "", // (string)
916-
"intime": // (string)
916+
"intime": null
917917
}
918918
```
919919

@@ -934,7 +934,7 @@ try {
934934
"sourcesysid": "", // (string)
935935
"sqnum": "", // (string)
936936
"sessionid": "", // (string)
937-
"intime": // (string)
937+
"intime": null
938938
}
939939
```
940940

@@ -961,7 +961,7 @@ try {
961961
"sourcesysid": "", // (string)
962962
"sqnum": "", // (string)
963963
"sessionid": "", // (string)
964-
"intime": // (string)
964+
"intime": null
965965
}
966966
```
967967

@@ -982,7 +982,7 @@ try {
982982
"sourcesysid": "", // (string)
983983
"sqnum": "", // (string)
984984
"sessionid": "", // (string)
985-
"intime": // (string)
985+
"intime": null
986986
}
987987
```
988988

@@ -1009,7 +1009,7 @@ try {
10091009
"sourcesysid": "", // (string)
10101010
"sqnum": "", // (string)
10111011
"sessionid": "", // (string)
1012-
"intime": // (string)
1012+
"intime": null
10131013
}
10141014
```
10151015

@@ -1040,7 +1040,7 @@ This will be triggered only for **presence** `(prs:)` and **system** `(sys:)` ch
10401040
"sourcesysid": "nameofcaller", // (string) Sys id of the member who has subscribed/connected to channel
10411041
"sqnum": null, // (string)
10421042
"sessionid": "ydR27s3Z92yQw7wjGY2lX", // (string) Session id of the member who has subscribed/connected to channel
1043-
"intime": null // (string)
1043+
"intime": null
10441044
}
10451045
```
10461046

@@ -1071,7 +1071,7 @@ This will be triggered only for **presence** `(prs:)` and **system** `(sys:)` ch
10711071
"sourcesysid": "nameofcaller", // (string) Sys id of the member who has subscribed/connected to channel
10721072
"sqnum": null, // (string)
10731073
"sessionid": "ydR27s3Z92yQw7wjGY2lX", // (string) Session id of the member who has subscribed/connected to channel
1074-
"intime": null // (string)
1074+
"intime": null
10751075
}
10761076
```
10771077

@@ -1092,7 +1092,7 @@ This will be triggered only for **presence** `(prs:)` and **system** `(sys:)` ch
10921092
"sourcesysid": "", // (string)
10931093
"sqnum": "", // (string)
10941094
"sessionid": "", // (string)
1095-
"intime": // (string)
1095+
"intime": null
10961096
}
10971097
```
10981098

@@ -1119,7 +1119,7 @@ This will be triggered only for **presence** `(prs:)` and **system** `(sys:)` ch
11191119
"sourcesysid": "", // (string)
11201120
"sqnum": "", // (string)
11211121
"sessionid": "", // (string)
1122-
"intime": // (string)
1122+
"intime": null
11231123
}
11241124
```
11251125

@@ -1140,7 +1140,7 @@ This will be triggered only for **presence** `(prs:)` and **system** `(sys:)` ch
11401140
"sourcesysid": "", // (string)
11411141
"sqnum": "", // (string)
11421142
"sessionid": "", // (string)
1143-
"intime": // (string)
1143+
"intime": null
11441144
}
11451145
```
11461146

@@ -1167,7 +1167,7 @@ This will be triggered only for **presence** `(prs:)` and **system** `(sys:)` ch
11671167
"sourcesysid": "", // (string)
11681168
"sqnum": "", // (string)
11691169
"sessionid": "", // (string)
1170-
"intime": // (string)
1170+
"intime": null
11711171
}
11721172
```
11731173

@@ -1188,7 +1188,7 @@ This will be triggered only for **presence** `(prs:)` and **system** `(sys:)` ch
11881188
"sourcesysid": "", // (string)
11891189
"sqnum": "", // (string)
11901190
"sessionid": "", // (string)
1191-
"intime": // (string)
1191+
"intime": null
11921192
}
11931193
```
11941194

@@ -1215,7 +1215,7 @@ This will be triggered only for **presence** `(prs:)` and **system** `(sys:)` ch
12151215
"sourcesysid": "", // (string)
12161216
"sqnum": "", // (string)
12171217
"sessionid": "", // (string)
1218-
"intime": // (string)
1218+
"intime": null
12191219
}
12201220
```
12211221

0 commit comments

Comments
 (0)