firecamp-io / firecamp

VSCode for APIs, Postman Alternative.

Home Page:https://firecamp.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[user-feedback] socket.io GUI runtime enhancement

Nishchit14 opened this issue · comments

1. listeners duplicates on reconnection

It is being observed that when socket auto disconnects and auto-reconnect at that time the active listeners are being listened to multiple times in some cases. due to it, the same events are showing multiple times in the event logs panel. this behavior needs to be improved.

  • reproduce the behavior
  • solve the issue

2. allow listeners to listen on connection

right now if the user opens the request then the user has to connect the endpoint manually and then has to click on the listeners' buttons/switches. which is being a bit of manual work. we can improve it by giving the option of auto-listen to listeners on the successful connection made.

  • implement this feature

3. numbers and boolean values not showing

this behavior is odd in some cases that numbers and boolean values are not showing properly, we can improve it in Firecamp.

  • nee to reproduce it
  • implemented or fix it

4. json string format not maintain

In normal cases, It seems like working fine, but in some advance and unusual cases, It's been observed that the JSON string is not consistent in formating.

  • need help from the users/OP
  • need to reproduce it
  • implement and fix it
  • json string formating issue in log panel

analyzed from the user feedback in Discord, https://discord.com/channels/666925283571400704/826865461429141585/893084030340309022

point 1,3 and 4 are released under v2.2.1

released under v2.4.0