Closed ObserverHerb closed 6 months ago
Now that the network abstraction is a class, a number of network calls create the object just to throw it away before the call is actually made.
Change the constructor to protected so only the static Send() function can be used to make a network call.
Send()
Now that the network abstraction is a class, a number of network calls create the object just to throw it away before the call is actually made.
Change the constructor to protected so only the static
Send()
function can be used to make a network call.