oxidecomputer / humility

Debugger for Hubris
Mozilla Public License 2.0
526 stars 50 forks source link

rpc: some usability improvements #503

Closed cbiffle closed 1 month ago

cbiffle commented 1 month ago

--listen no longer requires you to run it as root (which I guess everyone has been doing?!) and will report a failure to bind to port 8, which isn't the usual port anyway.

Failures to get sockets or send messages or things now get context traces that make the result somewhat more useful than just saying "resource temporarily unavailable," which is what it basically always said before.