Jamie

Results 10 issues of 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.

bug

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...

enhancement

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...

Unity

### 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...

Bug
Server

The example configuration supplied with the XmlUnityServer doesn't have the schemas set.

Bug
Unity

### Quick Description Large amounts of garbage are being allocated with each send and receive as shown by the profiler screenshots. ### Explaination ![image](https://user-images.githubusercontent.com/5931310/36067301-32e578d8-0eb2-11e8-986c-72a83ef517a2.png) ![image](https://user-images.githubusercontent.com/5931310/36067303-3a502f5a-0eb2-11e8-99d9-ff34914873c5.png) Some of the garbage issues...

Bug
Server
Unity