babl-ws / babl

Low-latency WebSocket Server
https://babl.ws
Apache License 2.0
68 stars 22 forks source link

DETACHED mode and DEVELOPMENT mode #61

Closed tdeheurles closed 3 years ago

tdeheurles commented 3 years ago

Hi,

This is more a comment than a report for any issue.

I did start babl server by using the programmatic approach. Initially, I was starting with the PerformanceMode.DEVELOPMENT to create the WebSocket server. Then I did try to add the AdditionnalWork but without success, until I debug the code and see that PerformanceMode.DEVELOPMENT deactivate the babl.server.deployment.mode=DETACHED and redefine it as DIRECT.

I'm now using DETACHED mode with PerformanceMode.LOW and it seems ok.