riesgos / async

0 stars 0 forks source link

Allow different wps server dialects #71

Closed nbrinckm closed 1 year ago

nbrinckm commented 1 year ago

This MR can allow to handle different parts of the wps execute requests differently depending if it is based on the gfz wps server (based on the 52N wps 4.0) or the javaps.

MichaelLangbein commented 1 year ago

Tiny fix in frontend: automatically re-connects websocket to queue - as promised in https://github.com/riesgos/async/issues/66 . @arnevogt, @nbrinckm : can this be merged?

arnevogt commented 1 year ago

@MichaelLangbein If solves the issues this can be merged. Maybe we can clean up the code a bit (see the comments above). However, we can also open a new PR for this.

MichaelLangbein commented 1 year ago

@MichaelLangbein If solves the issues this can be merged. Maybe we can clean up the code a bit (see the comments above). However, we can also open a new PR for this.

Yeah, this branch does indeed solve issue #66 . Merging and creating a new issue for the remaining comment.