quake1337

Results 6 issues of quake1337

Applies to TShock 4.3.2.6, API 2.1. As mentioned in #1686, the Brain of Confusion time & range scale up with the damage taken. As I mentioned in a Discord conversation...

**Short description**: The use of asynclocals in https://github.com/dahomey-technologies/Dahomey.Json/blob/master/src/Dahomey.Json/Serialization/SerializationContext.cs#L8 causes the runtime to put an instance of this variable on every thread's asynclocalmap, as seen through inspecting gc roots of each...

The name of packet [82] (https://github.com/Pryaxis/TerrariaAPI-Server/blob/28200f7d4447ee275e85856f97eee58fa156ffc4/TerrariaServerAPI/TerrariaApi.Server/PacketTypes.cs#L88) is misleading - it does not cause any netmodule to be loaded, as netmodules are loaded on server startup when `NetManager.Initialize()` is called. It's...

Stalled

![Exception](http://i.imgur.com/hkDB05N.png) Happens when you have nothing to confirm (the regexes still match despise no id keys being present, occurs randomly. I have dumped the response, and it does contain the...

Prefacing: I've seen #259. I've found additional cases that might help improve the string interpolation support, as well as what exactly breaks them. Case 1: ![Case1_Broken](https://i.quake.tf/1546419446-08826200.png) Only breaks if the...

**Short description:** Json.Net is currently frequently in the way of assembly unloadability. Many caches (like CachedAttributeGetter) are inaccessible to the developer (and cannot be configured) and keep types loaded indefinitely...