Block a user
excludeFeature
parameter doesn't actually work
Add network link to ue-server implementation
I think enough is implemented on this branch to merge it once it passes peer review.
I've left a bunch of unwrap()
s in the code for now - I think it's best to get rid of them later, when we…
Implement network message manager
After finishing code on the UE server's side, I have made some slight modifications to the issue. In particular, I've decided to add "echo" service that would simply repeat received messages back.…
Add network link to ue-server implementation
Did some tests with ue-server. As of now, buffer size does not make a difference in speed, since bottleneck is ue-server's side by far. And it's unlikely that situation will change even with multiple…