Closed jarrodgreene closed 2 years ago
If stop was called on a rpr connection that hadn't been started yet, e.g. because start had previously failed, then a null pointer exception was thrown. A null check is now made on shutdown to prevent this.
Fixes: CNR-2032
Thanks Jarrod, looks good!
If stop was called on a rpr connection that hadn't been started yet, e.g. because start had previously failed, then a null pointer exception was thrown. A null check is now made on shutdown to prevent this.
Fixes: CNR-2032