You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is clearly framed as something that needs the Speaker to have some context and a "prepared main.rs".
That's fine if you only want the course (or at least, this section of the course) to be usable in a classroom context, but is not great for folks trying to do it themselves.
I made it run OK (by just adding tokio = { version = "1.32.0", features = ["full"] } as a dependency in Cargo.toml, and I could get it to say connection from 127.0.0.1:64382 etc. by using curl, but I guess I'd have to write code to connect to the socket and receive the question and send a reply and stuff. Presumably, that's what's in the "prepared main.rs.
I guess I think it would be helpful to include the prepared main (and maybe notes on what you need in Cargo.toml) in the speaker notes.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
This is clearly framed as something that needs the Speaker to have some context and a "prepared
main.rs".That's fine if you only want the course (or at least, this section of the course) to be usable in a classroom context, but is not great for folks trying to do it themselves.
I made it run OK (by just adding
tokio = { version = "1.32.0", features = ["full"] }as a dependency inCargo.toml, and I could get it to sayconnection from 127.0.0.1:64382etc. by usingcurl, but I guess I'd have to write code to connect to the socket and receive the question and send a reply and stuff. Presumably, that's what's in the "preparedmain.rs.I guess I think it would be helpful to include the prepared main (and maybe notes on what you need in
Cargo.toml) in the speaker notes.All reactions