leonardo-albertovich
leonardo-albertovich
First of all I'm glad you got it to "work" but it seems like we still have some stuff to figure out. The amount of `invalid UTF-8 bytes found` entries...
This is legit, I saw it before but couldn't get to it. Do you want to try to fix it or would you rather wait for someone from the team...
Funny enough, I've been working on something related to routing yesterday and was thinking about improving the routing mask feature, partially because I noticed the same issue (although I wasn't...
Super cool, I'll save that PR and get back to it next week when I have time to properly review it and ask for the necessary changes. Thanks a lot...
Thank you for reminding me of this, I finally got a bit of time so I'll review your PR this afternoon.
I'm currently making some unrelated improvements that involve modifying the multi line core machinery so if anyone is able to put together a somewhat reliable reproduction (it would be awesome...
On the contrary, if you need to stick with the version that crashes I would recommend preventively restarting the service. Think about it, when the binary crashes it means there...
Actually, the select backend is special in how it handles the `fired` array which you can see [here](https://github.com/monkey/monkey/blob/master/mk_core/mk_event_select.c#L424) so the code in question would be correct unless I'm wrong. However,...
Is this PR still relevant?
Did I understand you correctly that even though you are getting those errors data is flowing? If that's the case then I wonder if that's due to time slice shifting....