ACME_INC
Member
I am not sure what the right way to fix this would be. When I try compiling VitaNex 5.3.1.0 on build 57.4, I get the below error. When I look at MessagePump.cs, it is now set as a static class in the latest build:
Current: public static class MessagePump
Previous: public class MessagePump
I am afraid that changing this back to a non static would undo some of the security fixes. What would be the recommended course of action and am I overthinking this?

Current: public static class MessagePump
Previous: public class MessagePump
I am afraid that changing this back to a non static would undo some of the security fixes. What would be the recommended course of action and am I overthinking this?

Last edited: