Scotty McMillin
Scotty McMillin
I'm seeing this as well.
I'm seeing this as well -- in my case `/workoutConfig` is matching the `/workout` route. It appears to be variable as well -- sometimes it happens and sometimes it doesn't.
So I took a look at the router and created some tests--turns out this is by design: paths are always treated as a regular expression. (Of course I realize now...
I fixed this by just removing PRIVATE from the interface declaration.
@ichagall That is the expected behavior. `cancel()` just sets the state, but does not itself call `finish()` -- you have to also do that. EDIT: Looks like PSOperations works differently...