kRPC: Control the game using C#, C++, Java, Lua, Python...

kRPC: Control the game using C#, C++, Java, Lua, Python...

7.8k Downloads

Add condition variable for stream update message to all clients

djungelorm opened this issue ยท 1 comments

commented

Would be useful to be able to add a condition variable and callback that are notified/called after stream update message is handled by a clients update thread. See #472 for an example use case.

commented

This feature has been added to the Python and C++ clients in v0.4.8. C# and Java clients will get this feature in a future version.