Skip to content

Commit 6736b98

Browse files
committed
Release
1 parent c0c059a commit 6736b98

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ except dBError as e:
672672
"sourcesysid": "", // (string) Sender system identity, applicable only for presence or system channel.
673673
"sqnum": "1", // (string) user defined, sent during publish function.
674674
"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.
676676
}
677677
```
678678

@@ -792,7 +792,7 @@ except dBError as e:
792792
"sourcesysid": "", // (string) Sender system identity, applicable only for presence or system channel.
793793
"sqnum": "1", // (string) user defined, sent during publish function.
794794
"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
796796
}
797797
```
798798

@@ -819,7 +819,7 @@ except dBError as e:
819819
"sourcesysid": "", // (string)
820820
"sqnum": "", // (string)
821821
"sessionid": "", // (string)
822-
"intime": // (string)
822+
"intime": null
823823
}
824824
```
825825

@@ -840,7 +840,7 @@ except dBError as e:
840840
"sourcesysid": "", // (string)
841841
"sqnum": "", // (string)
842842
"sessionid": "", // (string)
843-
"intime": // (string)
843+
"intime": null
844844
}
845845
```
846846

@@ -861,7 +861,7 @@ except dBError as e:
861861
"sourcesysid": "", // (string)
862862
"sqnum": "", // (string)
863863
"sessionid": "", // (string)
864-
"intime": // (string)
864+
"intime": null
865865
}
866866
```
867867

@@ -882,7 +882,7 @@ except dBError as e:
882882
"sourcesysid": "", // (string)
883883
"sqnum": "", // (string)
884884
"sessionid": "", // (string)
885-
"intime": // (string)
885+
"intime": null
886886
}
887887
```
888888

@@ -903,7 +903,7 @@ except dBError as e:
903903
"sourcesysid": "", // (string)
904904
"sqnum": "", // (string)
905905
"sessionid": "", // (string)
906-
"intime": // (string)
906+
"intime": null
907907
}
908908
```
909909

@@ -930,7 +930,7 @@ except dBError as e:
930930
"sourcesysid": "", // (string)
931931
"sqnum": "", // (string)
932932
"sessionid": "", // (string)
933-
"intime": // (string)
933+
"intime": null
934934
}
935935
```
936936

@@ -951,7 +951,7 @@ except dBError as e:
951951
"sourcesysid": "", // (string)
952952
"sqnum": "", // (string)
953953
"sessionid": "", // (string)
954-
"intime": // (string)
954+
"intime": null
955955
}
956956
```
957957

@@ -978,7 +978,7 @@ except dBError as e:
978978
"sourcesysid": "", // (string)
979979
"sqnum": "", // (string)
980980
"sessionid": "", // (string)
981-
"intime": // (string)
981+
"intime": null
982982
}
983983
```
984984

@@ -1009,7 +1009,7 @@ This will be triggered only for **presence** `(prs:)` and **system** `(sys:)` ch
10091009
"sourcesysid": "nameofcaller", // (string) Sys id of the member who has subscribed/connected to channel
10101010
"sqnum": null, // (string)
10111011
"sessionid": "ydR27s3Z92yQw7wjGY2lX", // (string) Session id of the member who has subscribed/connected to channel
1012-
"intime": null // (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

0 commit comments

Comments
 (0)