Yordan Pavlov

Results 22 comments of Yordan Pavlov

@iliyan-velichkov hmmm, that's strange. I think this was already fixed here: - https://github.com/eclipse/dirigible/blob/master/components/api/api-database/src/main/java/org/eclipse/dirigible/components/api/db/DatabaseFacade.java#L450-L479 I guess it needs to be debugged ...

Execution flow: 1) From the client-side JavaScript, register the according Java "ServerCommunicationProcessor". 1.a) Call server-side JavaScript file, that will create an instance of "ICommunicationProcessor" (interface containing onOpen(), onMessage(), onError(), onClose()...