Skip to content

[Client] - Be able to abort REST call #345

@minettiandrea

Description

@minettiandrea

Right now the rest calls returns a Future, so it's not possible to cancel the request. Would be nice (i.e. with subsequent request on table filter) to be able to cancel the API call.

To do so we could wrap the request of the http call Future in a new object that could look like

trait HTTPRequest[T] {
  def response: Future[T]
  def cancel():Unit
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions