Gary Weiss
Gary Weiss
We had a discussion on this at one time. It's definitely a needed feature. I think it should be implemented on both server and client side and remain configurable. Server...
Hi, Thank you for finding this! There have been some significant changes in lance-V2 for sprocketleague, and V2 should come out soon. Of course sprocketleague _has to work_ in interpolate...
thanks for reporting this. I have a fix ready which should be deployed in the next couple of days
What if Redis was used, not in order to capture the entire world-state, but rather as the information store for overlapping sub-regions of different regions in the world. For example...
that would be an excellent PR.
good feature request
Also, if LISTs or CLASSes are not sync'd, this should be made very clear in the documentation, both in the data type description in the `Serializer` class (which currently does...
Hi MaZZly Good luck with your game. uwebsockets sounds interesting, and thanks for pointing me to that reddit thread. Truth is that I want to move towards UDP, which probably...
@Ulydev I like that idea. A low-level messaging API. I can imagine it being useful in many other cases besides chat. I'm thinking this should be a separate feature request...
From the code, it seems that the server sends an ArrayBuffer. See https://github.com/lance-gg/lance/blob/f38918d332eb5ddad691e4b30b20728f25e967d9/src/serialize/Serializable.js#L54 Maybe socket.io changed the data type, or this is an electron issue?