Daniel B

Results 18 comments of Daniel B

Hmm, right. The "Can't use data" is the serialisation method trying to understand `oy1:ty13:Player....`. It often say's that `t` has invalid field access, and I'm pretty sure this is just...

I should have asked this earlier, does the movement example work? It does essentially what is described hear, although, from memory, at a lower rate. I'm also considering that perhaps...

Here is the best place for help with the lib, sorry I haven't gotten around to commiting a fix to the repo. I'm working on a solution where calling .loseConnection...

The client should now silently abort if `send()` is called while a connection is not properly established. It doesn't output anything to console yet - it will output some sort...

77c6aa2fa5492011b4d ### Versions between the readme and haxelib are not aligned. I considered rolling the haxelib back to 0.0.1, but that could have broken sematic versioning and could cause actual...

Thanks for raising the issue! When this library was made, a lot of the code was branched from hxnet's implementation of networking, and while a lot of the code has...

On my comment 'it could just be that it is sending more packets than required', I followed this up by sending a packet every three frames (66.6% decrease in packet...

It is something that I'd considered for a while, actually. Some points to consider: - The code base is already pretty messy. Scattering interpolation could easily cause a mess. -...

Thanks for the link @Ohmnivore, I'll try and look into simulating conditions in the future. Tonight I've started with unit tests. There is a test that creates a client and...

Very nice, thanks @luboslenco!