Tim Arnold
Tim Arnold
Thanks for your detailed analysis. Unfortunately the crash occurs either way. But I never got it to crash when I don't call the function `function on_event(event)`.
```c++ WRValue val; wr_makeInt(&val, Event::LEFT); wr_callFunction(wc, "on_event", &val, 1); ``` wc is the WrenchContext and Event::LEFT is an enum and should resolve to an integer. I call this function only...
Any guesses what might be the cause? Maybe it's possible to look into the source code. Since c4ev3 was developed in a university in my vicinity I can ask for...
Same problem here, but in softAP mode. Randomly disconnects the client and leaks and bunch of memory when trying to reconnect, which ultimately fails.