Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 77faa7b

Browse files
DavisVaughanlionel-
authored andcommittedOct 10, 2024·
The Welcome message doesn't come from ark
1 parent f0a879e commit 77faa7b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎crates/amalthea/src/socket/iopub.rs

-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ pub enum IOPubMessage {
8686
CommClose(CommClose),
8787
DisplayData(DisplayData),
8888
UpdateDisplayData(UpdateDisplayData),
89-
Welcome(Welcome),
9089
Wait(Wait),
9190
}
9291

@@ -244,7 +243,6 @@ impl IOPub {
244243
))
245244
},
246245
IOPubMessage::Wait(content) => self.process_wait_request(content),
247-
IOPubMessage::Welcome(_content) => todo!(),
248246
}
249247
}
250248

0 commit comments

Comments
 (0)
Please sign in to comment.