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

Allow to launch wslink server without a shutdown timer #97

Closed eino closed 2 years ago

eino commented 2 years ago

Hi,

We are building a paraview remote server around wslink, and need to disable the automatic shutdown timeout built-in (because our server lifetime will be handled by another mechanism). What do you think to allow to pass 0 as timeout value to disable it?

(One could pass a huge value as argument, however it's not clean, and would be quite fragile.)

If it suits you, I propose a PR.

jourdain commented 2 years ago

Is that not already the case? It was like that in wslink < 1.0.0

jourdain commented 2 years ago

I guess not looking at your code. ;-(

jourdain commented 2 years ago

:tada: This issue has been resolved in version 1.6.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: