Johann Saunier

Results 37 comments of Johann Saunier

Here is the timeout connection only, tcp handshake is not so long, and do not rely on application running inside the worker. Or if it's the case, when the worker...

IDK if there is an ideal timeout, depends of the usage. I think 300ms as default is correct, since it's only used in internal between worker and master, for most...

No problem, but I have no idea how to bundle a plugin for bonobo so I might need your help to achieve it :D Thanks for your answer

I'll follow that, for slack configuration bonobo is running over a containerized architecture, so configuration is only over env vars :+1: And i'm considering to use this underlaying library for...

yep, I'm on bonobo slack, so when I'll have something that work we could discuss about it, should be more easier. Thanks

To be honest is not my goal, I just want a things that work without a lot of effort. Consider it as first step that could be improve. I understand...

Can you check your firewall for incoming connection, may be a firewall are blocking it (journalctl -xe) and try to connect you will see if the connection is rejected

Yes you can, you have to bring your own authenticationProvider, here is the default provided by this bundle : https://github.com/GeniusesOfSymfony/WebSocketBundle/blob/master/Client/Auth/WebsocketAuthenticationProvider.php (using shared session) So you can create a jwt implementation...

Pusher and User anthentication are agnostic. Read this : https://github.com/GeniusesOfSymfony/WebSocketBundle/blob/master/Resources/docs/SessionSetup.md it explain how configure things to get authenticator working. The drawback is that you need a shared session storage (redis,...

Hey, what do you mean by "apache threads" ? It's the number of opened connections ? If you have 200 users it's normal to have like 150 connections opened from...