Closed marzavec closed 7 years ago
The simplest answer is usually the correct one.
This adds error handling to the socket receiver, which will throw an unrecoverable error when the max payload is exceeded. Instead of trying to avoid the error, lets just flush the socket & close it, then move on.
The simplest answer is usually the correct one.
This adds error handling to the socket receiver, which will throw an unrecoverable error when the max payload is exceeded. Instead of trying to avoid the error, lets just flush the socket & close it, then move on.