Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add all singed document every accces from websocket #4

Closed
alpertandogan opened this issue Dec 24, 2018 · 1 comment
Closed

Add all singed document every accces from websocket #4

alpertandogan opened this issue Dec 24, 2018 · 1 comment

Comments

@alpertandogan
Copy link

Hi from websocket call i only send one base64 but After each call websocket it returns all files send add by add before.....

I checked in WebSocketService.java when i call from client i send only one base64 data ...
'''
for(int i=0; i<dataToSignArray.size();i++){
SignUI.showErrorMessage("New ONLY ONE comes from web socket");
'''

Also in SingFactory.jav loop above pass one value correctly
'''
public static List performSign(List dataToSignList, String[] dllList) throws Exception{
SignUI.showErrorMessage("New ONLY ONE comes to performSing ");
''

But after performSing in this loop in WebSocketService.java add this file to all files singed before.
''
for(Data dataSigned : dataSignedList){
SignUI.showErrorMessage("ADD FILE ALL FILES SINGED BEFORE");
''
Best regards.

Also for Maven method thanks a lot . Buy the way each time before compile i do Clear Project and Build again works correctly for me. When i build before Clean it miss JDK or JRE gives an error ...

@alpertandogan
Copy link
Author

Hi

I found solution WebSocketService.java
''
dataSignedList.clear();
after send back to client
''

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants