Jussi Vatjus-Anttila
Jussi Vatjus-Anttila
Maybe this is something you are looking for: https://github.com/jupe/puml2code
I’ve also similar problems when using socket.io 2.x. Have you tried https with socket.io 2.x ?
We have been investigating this a bit and looks that we have ~working solution quite close in fork: https://github.com/ARMmbed/socketIO-client/pull/6 - but all kind of help would be more than welcome..
🤔 have you tried socket.io 1.x (for example head of master) with cluster?
I did not be able to verify that [email protected] server with cluster example you provided work with our master branch (without sio 2 changes).Same failure happens (`Session ID unknown`). Doesn't...
properly configured cluster with Sticky load balancing seems to work fine with ARMmbed#6 for me even with [email protected] node server.
this looks similar than what we have done here: https://github.com/ARMmbed/socketIO-client/pull/6
@nicolamarinello what kind of problem you had with AWS? exactly same than in description? Did you use ALB/ELB? Have you seen any 502 rest failures? We have seen also problems...
Had to create workaround for this; https://github.com/marketplace/actions/runner-label-resolver, but realise that it's not reasonable to give org level access for access-token just to get runner labels... Hopefully we could get this...
Exception seems to visible also here #54 .