You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -662,7 +662,7 @@ try {
662
662
"sourcesysid": "", // (string) Sender system identity, applicable only for presence or system channel.
663
663
"sqnum": "1", // (string) user defined, sent during publish function.
664
664
"sessionid": "", // (string) Sender sessionid, applicable only for presence or system channel.
665
-
"intime": 1645554960732// (string) EPOC time of the sender at time of publish.
665
+
"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.
666
666
}
667
667
```
668
668
@@ -785,7 +785,7 @@ try {
785
785
"sourcesysid":"", // (string) Sender system identity, applicable only for presence or system channel.
786
786
"sqnum":"1", // (string) user defined, sent during publish function.
787
787
"sessionid":"", // (string) Sender sessionid, applicable only for presence or system channel.
788
-
"intime":1645554960732// (string) EPOC time of the sender at time of publish.
788
+
"intime":null
789
789
}
790
790
```
791
791
@@ -812,7 +812,7 @@ try {
812
812
"sourcesysid":"", // (string)
813
813
"sqnum":"", // (string)
814
814
"sessionid":"", // (string)
815
-
"intime":// (string)
815
+
"intime":null
816
816
}
817
817
```
818
818
@@ -833,7 +833,7 @@ try {
833
833
"sourcesysid":"", // (string)
834
834
"sqnum":"", // (string)
835
835
"sessionid":"", // (string)
836
-
"intime":// (string)
836
+
"intime":null
837
837
}
838
838
```
839
839
@@ -854,7 +854,7 @@ try {
854
854
"sourcesysid":"", // (string)
855
855
"sqnum":"", // (string)
856
856
"sessionid":"", // (string)
857
-
"intime":// (string)
857
+
"intime":null
858
858
}
859
859
```
860
860
@@ -875,7 +875,7 @@ try {
875
875
"sourcesysid":"", // (string)
876
876
"sqnum":"", // (string)
877
877
"sessionid":"", // (string)
878
-
"intime":// (string)
878
+
"intime":null
879
879
}
880
880
```
881
881
@@ -896,7 +896,7 @@ try {
896
896
"sourcesysid":"", // (string)
897
897
"sqnum":"", // (string)
898
898
"sessionid":"", // (string)
899
-
"intime":// (string)
899
+
"intime":null
900
900
}
901
901
```
902
902
@@ -923,7 +923,7 @@ try {
923
923
"sourcesysid":"", // (string)
924
924
"sqnum":"", // (string)
925
925
"sessionid":"", // (string)
926
-
"intime":// (string)
926
+
"intime":null
927
927
}
928
928
```
929
929
@@ -944,7 +944,7 @@ try {
944
944
"sourcesysid":"", // (string)
945
945
"sqnum":"", // (string)
946
946
"sessionid":"", // (string)
947
-
"intime":// (string)
947
+
"intime":null
948
948
}
949
949
```
950
950
@@ -971,7 +971,7 @@ try {
971
971
"sourcesysid":"", // (string)
972
972
"sqnum":"", // (string)
973
973
"sessionid":"", // (string)
974
-
"intime":// (string)
974
+
"intime":null
975
975
}
976
976
```
977
977
@@ -1002,7 +1002,7 @@ This will be triggered only for **presence** `(prs:)` and **system** `(sys:)` ch
1002
1002
"sourcesysid":"nameofcaller", // (string) Sys id of the member who has subscribed/connected to channel
1003
1003
"sqnum":null, // (string)
1004
1004
"sessionid":"ydR27s3Z92yQw7wjGY2lX", // (string) Session id of the member who has subscribed/connected to channel
1005
-
"intime":null// (string)
1005
+
"intime":null
1006
1006
}
1007
1007
```
1008
1008
@@ -1033,7 +1033,7 @@ This will be triggered only for **presence** `(prs:)` and **system** `(sys:)` ch
1033
1033
"sourcesysid":"nameofcaller", // (string) Sys id of the member who has subscribed/connected to channel
1034
1034
"sqnum":null, // (string)
1035
1035
"sessionid":"ydR27s3Z92yQw7wjGY2lX", // (string) Session id of the member who has subscribed/connected to channel
0 commit comments