mvccogo

Results 10 comments of mvccogo

Bumping. Having this would be nice because the most used rosbridge C++ client implementation supports only the TCP protocol.

@JKaniarz Not using Unreal, but yes, ideally I could ditch TCP and implement it using easywsclient (usage seems easy, will take a look at it later). It's just that I...

Sure, no problem. I'm also short on time, but I thought we should have an issue dedicated to this. I'll try building oM first, get familiar with the program then...

This specific issue is fixed by initializing the window class with zeroes: `WNDCLASSEXW wcex = {0};` However after doing that the window simply won't update (will show a black windows...

It solved this specific issue for me. Are you still receiving the "Failed to create window"? Anyway, the launcher still wont open due to a read access violation in void...

Thanks for the explanation. I don't know if anyone is using the bridge like so, but in our case topics are mapped for each agent of our virtual arena. Because...

Yes, this might be really close to premature optimization territory. I opened the issue mostly because it is a simple change (no refactoring needed). The goal is to deal with...

@daanx I tried both v2.1.2 and v1.8.2. Unfortunately I wasn't able to test if a standalone RapidJSON would also cause an exception; the pictures are from a plugin which is...

I'm using Windows 11. I did try mimalloc-redirect (by manually patching my plugin, which is a dll), but it didn't seem to work. Does this mean I'd need to manually...