I have a go plugin that set on 2 routes and uses different plugin parameters.
When I send a request match one of the routes, the StartInstance function in go_pluginserver will be called with my plugin parameters,
then I send another request which matched another routes, the StartInstance function is not called, it used the old Instance, so the plugin parameters is wrong.