Uploaded image for project: 'XNIO'
  1. XNIO
  2. XNIO-139

PushBackStreamChannel methods throw NullPointerException after close

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 3.1.0.Beta2
    • None
    • api
    • None
    • Workaround Exists
    • Hide

      Check for null channel before performing any operation.

      Show
      Check for null channel before performing any operation.

      Once closed, PushBackStreamChannel throws NullPointerException if requested to perform any of its operations (awaitReadable, read or transferTo).

      The cause of this is that channel is set to null on close().

            flaviarnn Flavia Rainone
            flaviarnn Flavia Rainone
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: