JGroups icon indicating copy to clipboard operation
JGroups copied to clipboard

Throw UnsupportedOperationException for unsupported ForkChannel.connect() methods

Open cfredri4 opened this issue 1 year ago • 0 comments

ForkChannel.connect(String cluster_name, boolean useFlushIfPresent) and ForkChannel.connect(String cluster_name, Address target, long timeout, boolean useFlushIfPresent) are not overridden in ForkChannel and will call subclass JChannel. This change instead makes them throw UnsupportedOperationException. This change also corrects the javadoc that a closed ForkChannel can be reused (it cannot).

cfredri4 avatar Apr 05 '24 07:04 cfredri4