Aniruddha Kanhere

Results 3 issues of Aniruddha Kanhere

The library can use queue and IP-task stack which was allocated statically. Currently, the stack builds when FreeRTOS-Kernel config `configSUPPORT_DYNAMIC_ALLOCATION == 1` regardless of the value of `configSUPPORT_STATIC_ALLOCATION `. However,...

bug

I was wondering why is the `acceptor.initialize` function [here](https://github.com/moquette-io/moquette/blob/8b977679dc0d3fbb8e50e143071c4697a21ab12a/broker/src/main/java/io/moquette/broker/Server.java#L270) doesn't return any result back to the caller? If the initialization fails should the Moquette server not fail too? Running the...

**Issue #, if available:** **Description of changes:** Remove codestyle. Replaced it with spotless which is much more strict. Following a merge of this PR, we will create one more PR...