why the getmore method sudden stop

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Works as Designed
    • Priority: Major - P3
    • None
    • Affects Version/s: 3.4.2
    • Component/s: API
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      use the code bellow:
      MongoCollection<Document> collection = database.getCollection("oplog.rs");
      MongoCursor<Document> cursor = collection.find().cursorType(CursorType.TailableAwait).iterator();
      while(cursor.hasNext())

      { System.out.println(cursor.next().toJson()); }

      why the getmore command disappeare

        1. 20170609.log
          557 kB
        2. 无标题.png
          无标题.png
          111 kB

            Assignee:
            Unassigned
            Reporter:
            kunyin
            None
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: