Modified @onOpen
This commit is contained in:
parent
f494f0a959
commit
2fc431a692
|
|
@ -274,7 +274,6 @@ public class WebScocketEnd {
|
|||
if(sessions.size() < 10000 && !recordmanager.isUserBlocked(ipaddress))
|
||||
{
|
||||
sessions.add(new USession(peer, " ", " ", " ", System.currentTimeMillis()));
|
||||
peer.getBasicRemote().sendText(ipaddress);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue