forked from External/mage
added client/server ping + remove inactive connections from server
This commit is contained in:
parent
774d56dd6b
commit
ab599dd335
7 changed files with 105 additions and 20 deletions
|
|
@ -54,6 +54,7 @@ public interface Server extends Remote, CallbackServer {
|
|||
public void ack(String message, UUID sessionId) throws RemoteException, MageException;
|
||||
|
||||
public ServerState getServerState() throws RemoteException, MageException;
|
||||
public boolean ping(UUID sessionId) throws RemoteException, MageException;
|
||||
|
||||
//table methods
|
||||
public TableView createTable(UUID sessionId, UUID roomId, MatchOptions matchOptions) throws RemoteException, MageException;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue