Hi,
Is queuing supported in 8.2 LGPL?
I have tried to play with it using postMessage and JSON response. My responses from custom server are according to docs, but they are not accepted by client.
After looking at the sources, I have noticed that my string containing JSON is never eval'ed by a client in RPCManager.performTransactionReply.
In RPCManager.js just after a comment "the results are available as a single string, which we can eval to get JS objects." on line 3456 there is empty line, where - I think - should be a code eval'ing my JSON and setting responseIsStructured = true.
It is there in non-free versions, but always looking for a response in your internal protocol with start/end marks.
Please let me know if this is a omitted by accident or by design?
Best regards,
Janusz
Is queuing supported in 8.2 LGPL?
I have tried to play with it using postMessage and JSON response. My responses from custom server are according to docs, but they are not accepted by client.
After looking at the sources, I have noticed that my string containing JSON is never eval'ed by a client in RPCManager.performTransactionReply.
In RPCManager.js just after a comment "the results are available as a single string, which we can eval to get JS objects." on line 3456 there is empty line, where - I think - should be a code eval'ing my JSON and setting responseIsStructured = true.
It is there in non-free versions, but always looking for a response in your internal protocol with start/end marks.
Please let me know if this is a omitted by accident or by design?
Best regards,
Janusz
Comment