Markus Mäkelä d57de28199
Fix schemarouter query queue
If the schemarouter service used a filter, any queued queries would end up
being routed twice for them as well. This would break any filters that
would expect a result for each query and it could also cause a hang if the
filter did not forward it up to the router.

The correct thing to do is to call the routeQuery method of the router
directly.
2021-12-31 15:25:18 +02:00
..
2018-09-10 13:22:49 +03:00
2021-12-31 15:25:18 +02:00
2021-10-29 08:29:51 +03:00