Skip to content

Commit

Permalink
Leave a trail why this code is commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jan 26, 2024
1 parent d8121c8 commit 31f03b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/utils/http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,9 @@ pub mod server {
}
}

// TODO: Commented out as it needs a mutex, yet `embedded-svc` no longer has one
// An option is to depend on `embassy-sync`, yet this decision would be deplayed until
// we figure out in general what to do with the utility code in `embedded-svc`.
// pub mod session {
// use core::convert::TryInto;
// use core::fmt;
Expand Down

0 comments on commit 31f03b1

Please sign in to comment.