Search:

Type: Posts; User: gianluca.bertani

Search: Search took 0.02 seconds.

  1. Replies
    21
    Views
    89,802

    Hello Romano, in client libraries version 1.x,...

    Hello Romano,

    in client libraries version 1.x, there are some exceptions that we still throw from NSError methods because they are due to programmer errors. E.g. unsubscribing a table twice. Apple...
  2. Replies
    21
    Views
    89,802

    Hello, calls to bind_session.txt are probably...

    Hello,

    calls to bind_session.txt are probably due to polling mode. The library may switch to polling mode when the network conditions require it. For example, if it cannot establish a streaming...
  3. Replies
    21
    Views
    89,802

    Hello again Dmitry, besides our different...

    Hello again Dmitry,

    besides our different views on the use of exceptions, your main issue seems to be that your are not notified of the resubscription failure. If this is the case, I agree this...
  4. Replies
    21
    Views
    89,802

    Hello Dmitry, if you mean the common "All...

    Hello Dmitry,

    if you mean the common "All Exceptions" breakpoint of Xcode, of course you can disable it:
    1) select the Breakpoint Navigator on the left pane of Xcode;
    2) right-click (or...
  5. Replies
    21
    Views
    89,802

    Hello Dmitry, throwing an exception is not a...

    Hello Dmitry,

    throwing an exception is not a bug. Exception handling is a fundamental part of many object oriented programming languages. Specifically, it is a construct designed to avoid the...
  6. Replies
    21
    Views
    89,802

    Hello Dmitry, the exception you see is...

    Hello Dmitry,

    the exception you see is actually caused by an error returned by the adapter, when trying to subscribe. Negative error codes are provider by the adapter, and in particular here the...
  7. Replies
    21
    Views
    89,802

    Hello Dmitry, the exception is thrown when the...

    Hello Dmitry,

    the exception is thrown when the client is automatically resubscribing after a reconnection with the server. To understand the problem you can activate the client logging, adding the...
Results 1 to 7 of 7
All times are GMT +1. The time now is 11:29 PM.