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
@@ -708,7 +708,7 @@ try {
708
708
"sourcesysid":"", // (string) Sender system identity, applicable only for presence or system channel.
709
709
"sqnum":"1", // (string) user defined, sent during publish function.
710
710
"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.
712
712
}
713
713
```
714
714
@@ -835,7 +835,7 @@ try {
835
835
"sourcesysid":"", // (string) Sender system identity, applicable only for presence or system channel.
836
836
"sqnum":"1", // (string) user defined, sent during publish function.
837
837
"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
839
839
}
840
840
```
841
841
@@ -862,7 +862,7 @@ try {
862
862
"sourcesysid":"", // (string)
863
863
"sqnum":"", // (string)
864
864
"sessionid":"", // (string)
865
-
"intime":// (string)
865
+
"intime":null
866
866
}
867
867
```
868
868
@@ -883,7 +883,7 @@ try {
883
883
"sourcesysid":"", // (string)
884
884
"sqnum":"", // (string)
885
885
"sessionid":"", // (string)
886
-
"intime":// (string)
886
+
"intime":null
887
887
}
888
888
```
889
889
@@ -904,7 +904,7 @@ try {
904
904
"sourcesysid":"", // (string)
905
905
"sqnum":"", // (string)
906
906
"sessionid":"", // (string)
907
-
"intime":// (string)
907
+
"intime":null
908
908
}
909
909
```
910
910
@@ -925,7 +925,7 @@ try {
925
925
"sourcesysid":"", // (string)
926
926
"sqnum":"", // (string)
927
927
"sessionid":"", // (string)
928
-
"intime":// (string)
928
+
"intime":null
929
929
}
930
930
```
931
931
@@ -946,7 +946,7 @@ try {
946
946
"sourcesysid":"", // (string)
947
947
"sqnum":"", // (string)
948
948
"sessionid":"", // (string)
949
-
"intime":// (string)
949
+
"intime":null
950
950
}
951
951
```
952
952
@@ -973,7 +973,7 @@ try {
973
973
"sourcesysid":"", // (string)
974
974
"sqnum":"", // (string)
975
975
"sessionid":"", // (string)
976
-
"intime":// (string)
976
+
"intime":null
977
977
}
978
978
```
979
979
@@ -994,7 +994,7 @@ try {
994
994
"sourcesysid":"", // (string)
995
995
"sqnum":"", // (string)
996
996
"sessionid":"", // (string)
997
-
"intime":// (string)
997
+
"intime":null
998
998
}
999
999
```
1000
1000
@@ -1021,7 +1021,7 @@ try {
1021
1021
"sourcesysid":"", // (string)
1022
1022
"sqnum":"", // (string)
1023
1023
"sessionid":"", // (string)
1024
-
"intime":// (string)
1024
+
"intime":null
1025
1025
}
1026
1026
```
1027
1027
@@ -1052,7 +1052,7 @@ This will be triggered only for **presence** `(prs:)` and **system** `(sys:)` ch
1052
1052
"sourcesysid":"nameofcaller", // (string) Sys id of the member who has subscribed/connected to channel
1053
1053
"sqnum":null, // (string)
1054
1054
"sessionid":"ydR27s3Z92yQw7wjGY2lX", // (string) Session id of the member who has subscribed/connected to channel
1055
-
"intime":null// (string)
1055
+
"intime":null
1056
1056
}
1057
1057
```
1058
1058
@@ -1083,7 +1083,7 @@ This will be triggered only for **presence** `(prs:)` and **system** `(sys:)` ch
1083
1083
"sourcesysid":"nameofcaller", // (string) Sys id of the member who has subscribed/connected to channel
1084
1084
"sqnum":null, // (string)
1085
1085
"sessionid":"ydR27s3Z92yQw7wjGY2lX", // (string) Session id of the member who has subscribed/connected to channel
0 commit comments