Kitware / wslink

Python/JavaScript library for communicating over WebSocket
https://kitware.github.io/wslink/
BSD 3-Clause "New" or "Revised" License
83 stars 27 forks source link

GET /paraview/292c5766-fa32-11eb-b91b-eb02855d4603 #75

Closed jourdain closed 1 year ago

jourdain commented 3 years ago

Describe the bug

GET endpoint to retreive session information does not work. The routes are not properly registered.

To Reproduce

Steps to reproduce the behavior:

cd tests/simple
python -m wslink.launcher ./launcher.config
  1. Connect a client and check its session id.
  2. Open a new tag and put in the URL `http://localhost:8080/paraview/__SESSION_ID__

wslink version: v1.0.4

jourdain commented 3 years ago

I bet the DELETE call is failing the same way...

jourdain commented 3 years ago

@scottwittenburg this could be on your list too but low priority. Let me know if you can't do it.

jourdain commented 1 year ago

Should be fixed v1.10.0