[jgroups-git] [belaban/JGroups] aa0014: Removed synchronization in TcpServer.handleAccept(...
Brought to you by:
belaban
From: Bela B. <no...@gi...> - 2024-02-12 13:38:51
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: aa0014bef973412d15820762e71cd70a5d499dfc https://github.com/belaban/JGroups/commit/aa0014bef973412d15820762e71cd70a5d499dfc Author: Bela Ban <be...@ma...> Date: 2024-02-12 (Mon, 12 Feb 2024) Changed paths: M src/org/jgroups/blocks/cs/BaseServer.java M src/org/jgroups/blocks/cs/TcpServer.java M tests/junit-functional/org/jgroups/tests/ConcurrentConnectTest.java Log Message: ----------- Removed synchronization in TcpServer.handleAccept() (https://issues.redhat.com/browse/JGRP-2762) |