Something is breaking re: the scheduler or parse
dispatching that is preventing "I don't understand
that" messages from appearing. Other parses appear to
be working properly.
Scheduler was creating a var vector with an initial size of
1, and THEN appending a value, causing the return value from
the call to be NONE instead of 1.
Fixed.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=15747
Scheduler was creating a var vector with an initial size of
1, and THEN appending a value, causing the return value from
the call to be NONE instead of 1.
Fixed.