cartographer-project / point_cloud_viewer

View billions of points in your browser.
Apache License 2.0
339 stars 98 forks source link

Fixes grpc server starving. #238

Closed feuerste closed 5 years ago

feuerste commented 5 years ago

224 introduced an RwLock. The grpc server potentially waited forever for write access, since the read lock wasn't released. This PR fixes this bug.

feuerste commented 5 years ago

@wally-the-cartographer merge

wally-the-cartographer commented 5 years ago

Merge requested by authorized user feuerste. Merge queue now has a length of 1.