File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -213,12 +213,12 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
213
213
214
214
// Delete the queue
215
215
// before starting the server
216
- open_channel ( )
217
- . await
218
- . map_err ( |e| format ! ( "Failed to open channel: {e}" ) ) ?
219
- . queue_delete ( "rpc_queue" , QueueDeleteOptions :: default ( ) )
220
- . await
221
- . map_err ( |e| format ! ( "Failed to delete queue rpc_queue: {e}" ) ) ?;
216
+ // open_channel()
217
+ // .await
218
+ // .map_err(|e| format!("Failed to open channel: {e}"))?
219
+ // .queue_delete("rpc_queue", QueueDeleteOptions::default())
220
+ // .await
221
+ // .map_err(|e| format!("Failed to delete queue rpc_queue: {e}"))?;
222
222
223
223
// In practice, the server and client could run
224
224
// on distinct machines
You can’t perform that action at this time.
0 commit comments