roshub / vapor_master

high availability ros master
Apache License 2.0
17 stars 8 forks source link

roslaunch with params causes vapor to crash #1

Closed sevenbitbyte closed 5 years ago

sevenbitbyte commented 5 years ago

This appears to be a bug in XMLRPC multicall support.

NickZ commented 5 years ago

roslaunch makes a multicall request whenever parameters are set. On a regular roscore, it gives a proper multicall response with response codes for each parameter set. On vapor-master, this response is blank.

The multicall request and response on a regular roscore The multicall request and response on vapor-master