rurseekatze / node-tileserver

A lightweight tileserver based on NodeJS for serving bitmap and vector tiles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Finish pending requests before stopping

rurseekatze opened this issue · comments

The tileserver should not be stopped directly after a quit event, but wait until all pending requests are finished. This ensures that users will receive a response for their pending requests and the program exit will be more smoothly.