Helix2551

Results 1 comments of Helix2551

I found the "problem". ConsoleServer creats an initial copy of the serverModel from ServerSAP. --> serverModel = serverSap.getModelCopy(); So changes from Clients are not visible in that Copy. My Solution:...