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-12
Original file line number
Diff line number
Diff line change
@@ -672,7 +672,7 @@ except dBError as e:
672
672
"sourcesysid": "", // (string) Sender system identity, applicable only for presence or system channel.
673
673
"sqnum": "1", // (string) user defined, sent during publish function.
674
674
"sessionid": "", // (string) Sender sessionid, applicable only for presence or system channel.
675
-
"intime": 1645554960732// (string) EPOC time of the sender at time of publish.
675
+
"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.
676
676
}
677
677
```
678
678
@@ -792,7 +792,7 @@ except dBError as e:
792
792
"sourcesysid": "", // (string) Sender system identity, applicable only for presence or system channel.
793
793
"sqnum": "1", // (string) user defined, sent during publish function.
794
794
"sessionid": "", // (string) Sender sessionid, applicable only for presence or system channel.
795
-
"intime": 1645554960732// (string) EPOC time of the sender at time of publish.
795
+
"intime": null
796
796
}
797
797
```
798
798
@@ -819,7 +819,7 @@ except dBError as e:
819
819
"sourcesysid": "", // (string)
820
820
"sqnum": "", // (string)
821
821
"sessionid": "", // (string)
822
-
"intime": // (string)
822
+
"intime": null
823
823
}
824
824
```
825
825
@@ -840,7 +840,7 @@ except dBError as e:
840
840
"sourcesysid": "", // (string)
841
841
"sqnum": "", // (string)
842
842
"sessionid": "", // (string)
843
-
"intime": // (string)
843
+
"intime": null
844
844
}
845
845
```
846
846
@@ -861,7 +861,7 @@ except dBError as e:
861
861
"sourcesysid": "", // (string)
862
862
"sqnum": "", // (string)
863
863
"sessionid": "", // (string)
864
-
"intime": // (string)
864
+
"intime": null
865
865
}
866
866
```
867
867
@@ -882,7 +882,7 @@ except dBError as e:
882
882
"sourcesysid": "", // (string)
883
883
"sqnum": "", // (string)
884
884
"sessionid": "", // (string)
885
-
"intime": // (string)
885
+
"intime": null
886
886
}
887
887
```
888
888
@@ -903,7 +903,7 @@ except dBError as e:
903
903
"sourcesysid": "", // (string)
904
904
"sqnum": "", // (string)
905
905
"sessionid": "", // (string)
906
-
"intime": // (string)
906
+
"intime": null
907
907
}
908
908
```
909
909
@@ -930,7 +930,7 @@ except dBError as e:
930
930
"sourcesysid": "", // (string)
931
931
"sqnum": "", // (string)
932
932
"sessionid": "", // (string)
933
-
"intime": // (string)
933
+
"intime": null
934
934
}
935
935
```
936
936
@@ -951,7 +951,7 @@ except dBError as e:
951
951
"sourcesysid": "", // (string)
952
952
"sqnum": "", // (string)
953
953
"sessionid": "", // (string)
954
-
"intime": // (string)
954
+
"intime": null
955
955
}
956
956
```
957
957
@@ -978,7 +978,7 @@ except dBError as e:
978
978
"sourcesysid": "", // (string)
979
979
"sqnum": "", // (string)
980
980
"sessionid": "", // (string)
981
-
"intime": // (string)
981
+
"intime": null
982
982
}
983
983
```
984
984
@@ -1009,7 +1009,7 @@ This will be triggered only for **presence** `(prs:)` and **system** `(sys:)` ch
1009
1009
"sourcesysid": "nameofcaller", // (string) Sys id of the member who has subscribed/connected to channel
1010
1010
"sqnum": null, // (string)
1011
1011
"sessionid": "ydR27s3Z92yQw7wjGY2lX", // (string) Session id of the member who has subscribed/connected to channel
1012
-
"intime": null// (string)
1012
+
"intime": null
1013
1013
}
1014
1014
```
1015
1015
@@ -1040,7 +1040,7 @@ This will be triggered only for **presence** `(prs:)` and **system** `(sys:)` ch
1040
1040
"sourcesysid": "nameofcaller", // (string) Sys id of the member who has subscribed/connected to channel
1041
1041
"sqnum": null, // (string)
1042
1042
"sessionid": "ydR27s3Z92yQw7wjGY2lX", // (string) Session id of the member who has subscribed/connected to channel
0 commit comments