This is due to a longstanding bug in chrRaidTransport:
(setq roundTrip (objMatches destObj Nil "G")) should be
(setq roundTrip (not (objMatches destObj Nil "G"))).

george moromisato 30 Jul 2017:

@NMS fixed this in 1.8 Alpha 3. Thank you!