Jamie
Jamie
Would be nice to have case insensitivity as an option on the `Router` component so that routes don't need to be redefined. In my current project I have links to...
There are currently problems with high load as demonstrated with [BenchmarkNet](https://github.com/nxrighthere/BenchmarkNet/wiki/Benchmark-Results). Hazel should not fall at any of the BenchmarkNet tests let alone at such an early test.
Should be relatively easy to do for UDP based of keep-alive/reliable acknowledgements perhaps put through an FIR/IIR filter. Not sure about TCP, might require a special packet which would be...
Not overly tested, but hopefully most of the leg work done!
Wanted to create this and leave it here to spark some conversation. # Problem - MSBuild is incredibly hard to understand - [MSBuild Commuinty Tasks](https://github.com/loresoft/msbuildtasks), which DR uses extensively, is...
### Quick Description/Explanation The DR UnityClient accesses the first IP address it's given for a domain name. Unfortunately on many Windows machines the first IP address for `localhost` is the...
### Quick Description Invoking Message.Serialize(DarkRiftWriter) only sets a reference to the backing array of the DarkRiftWriter. ### Explaination Given the above, if the writer was then written to the data...
The example configuration supplied with the XmlUnityServer doesn't have the schemas set.
### Quick Description Large amounts of garbage are being allocated with each send and receive as shown by the profiler screenshots. ### Explaination   Some of the garbage issues...