Mentions légales du service

Skip to content

New option "--autorestart" in asebahttp

SHERMAN David requested to merge github/fork/ypiguet-epfl/http-loop into master

Created by: ypiguet-epfl

Restart the bridge if an exception is thrown. Without option --autorestart, same behavior as before. In function main, variable network declared as Aseba::HttpInterface instead of a pointer so that its destructor is called automatically upon exception to close ports and sockets.

Merge request reports