We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0408fdb commit 57f3b07Copy full SHA for 57f3b07
1 file changed
src/shared/transport.ts
@@ -42,5 +42,8 @@ export interface Transport {
42
*/
43
onmessage?: (message: JSONRPCMessage) => void;
44
45
+ /**
46
+ * The session ID generated for this connection.
47
+ */
48
sessionId?: string;
49
}
0 commit comments