Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
optomate-tech committed Sep 25, 2023
1 parent c0c059a commit 6736b98
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ except dBError as e:
"sourcesysid": "", // (string) Sender system identity, applicable only for presence or system channel.
"sqnum": "1", // (string) user defined, sent during publish function.
"sessionid": "", // (string) Sender sessionid, applicable only for presence or system channel.
"intime": 1645554960732 // (string) EPOC time of the sender at time of publish.
"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.
}
```

Expand Down Expand Up @@ -792,7 +792,7 @@ except dBError as e:
"sourcesysid": "", // (string) Sender system identity, applicable only for presence or system channel.
"sqnum": "1", // (string) user defined, sent during publish function.
"sessionid": "", // (string) Sender sessionid, applicable only for presence or system channel.
"intime": 1645554960732 // (string) EPOC time of the sender at time of publish.
"intime": null
}
```

Expand All @@ -819,7 +819,7 @@ except dBError as e:
"sourcesysid": "", // (string)
"sqnum": "", // (string)
"sessionid": "", // (string)
"intime": // (string)
"intime": null
}
```

Expand All @@ -840,7 +840,7 @@ except dBError as e:
"sourcesysid": "", // (string)
"sqnum": "", // (string)
"sessionid": "", // (string)
"intime": // (string)
"intime": null
}
```

Expand All @@ -861,7 +861,7 @@ except dBError as e:
"sourcesysid": "", // (string)
"sqnum": "", // (string)
"sessionid": "", // (string)
"intime": // (string)
"intime": null
}
```

Expand All @@ -882,7 +882,7 @@ except dBError as e:
"sourcesysid": "", // (string)
"sqnum": "", // (string)
"sessionid": "", // (string)
"intime": // (string)
"intime": null
}
```

Expand All @@ -903,7 +903,7 @@ except dBError as e:
"sourcesysid": "", // (string)
"sqnum": "", // (string)
"sessionid": "", // (string)
"intime": // (string)
"intime": null
}
```

Expand All @@ -930,7 +930,7 @@ except dBError as e:
"sourcesysid": "", // (string)
"sqnum": "", // (string)
"sessionid": "", // (string)
"intime": // (string)
"intime": null
}
```

Expand All @@ -951,7 +951,7 @@ except dBError as e:
"sourcesysid": "", // (string)
"sqnum": "", // (string)
"sessionid": "", // (string)
"intime": // (string)
"intime": null
}
```

Expand All @@ -978,7 +978,7 @@ except dBError as e:
"sourcesysid": "", // (string)
"sqnum": "", // (string)
"sessionid": "", // (string)
"intime": // (string)
"intime": null
}
```

Expand Down Expand Up @@ -1009,7 +1009,7 @@ This will be triggered only for **presence** `(prs:)` and **system** `(sys:)` ch
"sourcesysid": "nameofcaller", // (string) Sys id of the member who has subscribed/connected to channel
"sqnum": null, // (string)
"sessionid": "ydR27s3Z92yQw7wjGY2lX", // (string) Session id of the member who has subscribed/connected to channel
"intime": null // (string)
"intime": null
}
```

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

Expand Down

0 comments on commit 6736b98

Please sign in to comment.