Matt Terry

Results 3 issues of Matt Terry

If the same object is used across TPayload objects, mutating that field will affect subsequent TPayload object instances. closes #261

If you: * have TPayload object with a default value * make an instance with the default values * mutate that instance all subsequent default instances have new defaults. The...