Drop a request whose link went while onRequest ran, and pin the wire in the test
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ export type Sms = {
|
||||
/** Answers every segment. Part of the protocol, not optional. Defaults to ESME_ROK. */
|
||||
sendResp: (options?: SendRespOptions) => Promise<VoidResult>;
|
||||
session: Session;
|
||||
/** The id answered to the peer: what sendResp() was given, or a generated UUID v7. */
|
||||
/** The id `sendResp()` was given, or a generated UUID v7. */
|
||||
readonly smsId: string;
|
||||
submitTime: Date;
|
||||
to: string;
|
||||
|
||||
Reference in New Issue
Block a user