Search:

Type: Posts; User: giuseppe.corti

Page 1 of 20 1 2 3 4

Search: Search took 0.03 seconds; generated 34 minute(s) ago.

  1. Hi Matthias, Which version of the Python...

    Hi Matthias,

    Which version of the Python client lib are you using?
    With latest version the instructions to activate the debug logging are these:...
  2. The error message you're encountering, "Uncaught...

    The error message you're encountering, "Uncaught DOMException: The operation is insecure," is a security feature implemented by browsers. It usually occurs when you're trying to perform an operation...
  3. Replies
    18
    Views
    14,198

    It seems that in your client's environment, there...

    It seems that in your client's environment, there is something interfering with the WebSocket upgrade requests.
  4. Replies
    18
    Views
    14,198

    Hi Ike, This is strange, from the log you...

    Hi Ike,

    This is strange, from the log you collected so far, it seems that the client send the we upgrade request bur receive a 404 error.
    On the server side, it seems that the WebSocket upgrade...
  5. Replies
    18
    Views
    14,198

    Hi Ike, In the log, there is no trace of the...

    Hi Ike,

    In the log, there is no trace of the WebSocket protocol upgrade requests, neither successful nor any errors.
    It's possible that there is an intermediary between your client and the server...
  6. Replies
    18
    Views
    14,198

    Hi Ike, With the server log settings suggested...

    Hi Ike,

    With the server log settings suggested in a previous post you should find these logs pertaining to a client session successfully bound to a websocket transport

    26-Oct-23...
  7. Replies
    18
    Views
    14,198

    Hi Ike, Unfortunately, switching to version...

    Hi Ike,

    Unfortunately, switching to version 5.1.8 and enabling client-side DEBUG logging did not change the situation and did not help us understand the reason for the 404 error on the WS upgrade...
  8. Replies
    32
    Views
    28,275

    Hi ManKeer, It is strange i have both replied...

    Hi ManKeer,

    It is strange i have both replied to your emails. Anyway find below my first email:

    Hi Mahmoud,

    We have analyzed the various information you sent us, and what seems to emerge...
  9. Replies
    32
    Views
    28,275

    Hi ManKeer, I have replied to your persoanal...

    Hi ManKeer,

    I have replied to your persoanal mail.

    Regards,
    Giuseppe
  10. No, clients should not change anything when...

    No, clients should not change anything when transitioning from in-process adapters to remote adapters, provided that the name of the adapter set and the data adapters remains unchanged.
    However,...
  11. Replies
    32
    Views
    28,275

    I suppose that was the client buffer involved...

    I suppose that was the client buffer involved (few updates already received and not elaborated yet); or maybe is the snapshot of the new client session.
    But please clarify if it is a browser...
  12. Replies
    32
    Views
    28,275

    By leveraging the notifyNewTables and...

    By leveraging the notifyNewTables and notifyTablesClose methods of the Metadata you can maintain an updated map of users and their respective active subscriptions.
    By adding the list of requested...
  13. Replies
    32
    Views
    28,275

    Hi ManKeer, Thank you for the logs. We have...

    Hi ManKeer,

    Thank you for the logs.
    We have analyzed them and it appears evident that for the client experiencing delays, there are duplicate subscriptions.
    In fact, the difference in the data...
  14. Replies
    32
    Views
    28,275

    Hi ManKeer, Yes, server-side queuing occurs...

    Hi ManKeer,

    Yes, server-side queuing occurs independently for each individual subscription of each user session. But as I mentioned, for MERGE-mode subscriptions, there is no server-side queuing...
  15. Replies
    32
    Views
    28,275

    Hi ManKeer, Delays can have two different...

    Hi ManKeer,

    Delays can have two different origins, either on the server-side or on the client-side.

    If the origin is on the server-side, it would affect all clients indiscriminately first and...
  16. Thanks for the feedback. Regards, Giuseppe

    Thanks for the feedback.

    Regards,
    Giuseppe
  17. Hi, Please could you share some more...

    Hi,

    Please could you share some more information about the problem you got with the Python client you have tested?
    I.e. whether you are able to open a client session or not or only the data...
  18. Hi Krishna Teja K, I'm not sure if you've...

    Hi Krishna Teja K,

    I'm not sure if you've already come across this feature, but maybe it could be useful in your scenario:...
  19. Hi Krishna Teja K, Sorry but your scenario is...

    Hi Krishna Teja K,

    Sorry but your scenario is not totally clear to me, but have you tried to use removeRow?

    Regards,
    Giuseppe
  20. Hi Krishna Teja K, You need to add 'click'...

    Hi Krishna Teja K,


    You need to add 'click' in the fieldsList.

    Regards,
    Giuseppe
  21. Hi Krishna Teja K, Ok, so we need to...

    Hi Krishna Teja K,

    Ok, so we need to understand why your client don't receive the "click" field as expected.
    Please could you post here the code lines the client use to subscribe?
    Are you able...
  22. Hi Krishna Teja K, The snippet of code you...

    Hi Krishna Teja K,

    The snippet of code you attached seems correct to me and the onclick should be actually updated.
    Could you please try to trace if indeed your page receives the update with the...
  23. Hi Krishna Teja K, The snippet of code you...

    Hi Krishna Teja K,

    The snippet of code you attached seems correct to me and the onclick should be actually updated.
    Could you please try to trace if indeed your page receives the update with the...
  24. Replies
    2
    Views
    4,238

    Hi zumb001, The SubscriptionException thorown...

    Hi zumb001,

    The SubscriptionException thorown in the Data Adapter is not notified to the clients; it just causes the clients not to receive data.
    This is because we expect that all checks on the...
  25. Replies
    1
    Views
    3,703

    Hi ManKeer, In case a subscription is...

    Hi ManKeer,

    In case a subscription is configured to use an Item Group the string representing the group name can have a free format.
    But the getItems method must always return the full list of...
Results 1 to 25 of 499
Page 1 of 20 1 2 3 4
All times are GMT +1. The time now is 06:01 AM.