Mohit Jain

Results 5 issues of Mohit Jain

I wanted to handle the case when the CP is booted and the first message it sends is not a `BootNotification` request. So the procedure from the CSMS side should...

bug
question

Currently the commands in the server implementation are handled via switch case statements as follows: ```typescript switch (command) { case RedisCommands.PING: this.handlePing(sock, data); break; case RedisCommands.ECHO: this.handleEcho(sock, data); break; case...

enhancement

- Issues that are stale for 30 days will be marked as `stale` - Issues that are marked as `stale` for more than 14 days will be automatically closed. -...

The following list of docs are necessary and good-to-have templates - [x] README.md - [x] CHANGELOG.md - [ ] Issue templates - [ ] Bug report template - [ ]...

good first issue
documentation

We can include this package to the [hacktoberfest](https://hacktoberfest.com/) event.