Mukund Mundhra

Results 26 comments of Mukund Mundhra

[sacOO7/socketcluster-client-java#57](https://github.com/sacOO7/socketcluster-client-java/pull/57)

The stress test works fine with 1000 clients but breaks when i increase it to 30k subscribers. Why is this happening ? @jondubois all i get is `Client connection establishment...

@jondubois still due to limitation of linux of 65k tcp connections after adding nginx we will be able to make only 32k connections? Isn't that correct?

Has there been any development to add circle as a geometry natively? I think this is a very useful feature to add because many geofences are circlar and use cases...

@iwpnd @tidwall , I understand your concern, but circles have a very useful purpose. You may currently view them as just another shape, but they can be beneficial in situations...

@tidwall any plans on integrating circle objects anytime soon?

Sure @tidwall , actually I wanted to use that feature. I guess for now I will have to go with `NEARBY` approach or figure out other ways to accomplish my...

@iwpnd using the `NEARBY` command in Tile38 is not suitable for my use case. In my scenario, I need to receive notifications whenever a location update falls within a specific...

@iwpnd Yeah WITHIN command is what I want but for circle geofences (which is not supported). And yes I am using ChatGpt so I can explain myself better because English...

Async await works very well when we work on a dev environment, due to ease of use and understanding. Even when load is not much it looks very promising, until...