perwendel / spark

A simple expressive web framework for java. Spark has a kotlin DSL https://github.com/perwendel/spark-kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding route is not thread safe

devendraap opened this issue · comments

The routes when registered from multiple threads is causing routes to be overwritten

protected Routes routes;