Search:

Type: Posts; User: rvkvino

Search: Search took 0.02 seconds.

  1. Replies
    16
    Views
    47,445

    Hi, I have updated code to clear snapshot while...

    Hi,
    I have updated code to clear snapshot while I delete the stock the below code will execute. After I cleared the snapshot still the deleted commodity displaying in client screen. Is there any...
  2. Replies
    16
    Views
    47,445

    Fir listener.onDeleteStatus I have return code...

    Fir listener.onDeleteStatus I have return code like below in my DataAdapter

    @Override
    public void onDeleteStatus(String itemName) {
    SubscriptionInfo si;
    synchronized (subscribedItems) {...
  3. Replies
    16
    Views
    47,445

    Hi,We are facing the issue on COMMAND mode stock...

    Hi,We are facing the issue on COMMAND mode stock deleting. In my case, we are creating a dynamic stock list. So we are operating the stock list dynamically by add, delete and update. This everything...
  4. Replies
    16
    Views
    47,445

    Yes you are right, Client connected server by...

    Yes you are right, Client connected server by using COMMAND mode.
    I have a code like below
    public void clearStatus() {
    synchronized (subscribedItems) {
    Set<String> keys =...
  5. Replies
    16
    Views
    47,445

    I'm using the Command mode only in my adapter,...

    I'm using the Command mode only in my adapter, and also I have used delete command when removing stock from server. Now we are having only 2 stocks but it shows 3 stocks unfortunately. When I restart...
  6. Replies
    16
    Views
    47,445

    We are facing this issue often. My remote adapter...

    We are facing this issue often. My remote adapter produces only 2 rows of stocks. Example Stock-A bid-123 ask-124 and Stock-B bid 122 ask 125 like this. But I'm receiving some times Stock-X with this...
  7. Replies
    16
    Views
    47,445

    As You have mentioned I have checked the code...

    As You have mentioned I have checked the code many times and I have return the size checking code inside the synchronized blocks only. This issue not happening all the times. Some of the times only...
  8. Replies
    16
    Views
    47,445

    public class ExternalFeedSimulator { private...

    public class ExternalFeedSimulator {
    private static final Timer dispatcher = new Timer();
    private final String REMOTE_RATE_FEED_URL = "serverurl";
    private final ArrayList<RateRow> liverates =...
  9. Replies
    16
    Views
    47,445

    Issue on deleting stocks from adapter

    I have some issue on my adapter. But my server code working properly. Some times adapter showing old data in user page. Some times it comes and disappear, and in some case now my server shows only 2...
Results 1 to 9 of 9
All times are GMT +1. The time now is 04:05 PM.