Skip to content

vector-renderer: Fix double return from task

James Westman requested to merge jwestman/libshumate:fix-concurrency into main

Fix a bug where the vector renderer code would sometimes try to return from the same fill_tile_async() task twice.

Merge request reports