firecamp-io / firecamp

VSCode for APIs, Postman Alternative.

Home Page:https://firecamp.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

socket.io: multiple listeners not re-subscribe on socket reconnect

pranavwani opened this issue · comments

1. Describe the bug, what it is and what it should be (expected behavior)

On socket reconnect, listeners do not re-subscribe need to re-subscribe manually all listeners. where already showing listen on in UI. This happens when the request has multiple listeners with a single listener that works fine.

2. To Reproduce

steps to reproduce the behavior:

  1. create a request with multiple listeners
  2. connect with the socket server
  3. listen on multiple listeners (require to test)
  4. try to re-connect the socket connection
  5. and try emitting multiple listeners
platform (please complete the following information):
  • firecamp version: v2.3.1
  • type: desktop
  • os: mac/linux/win

i also faced this issue.
in the newest version, listeners do not trigger, unless i first set the listeners to off, then back to on.

firecamp version 2.3.1
type: desktop
os: win

Hi, @evanholt1 issue will be fixed in the upcoming release. this issue exists in the desktop app. In the chrome extension, it's working fine may it help until the next release.

@evanholt1 issue has been fixed and shipped with the canary version of Linux and windows can directly download from #here. in production will be shipped soon.

@evanholt1 issue fixed and shipped in windows production v2.3.4. You can download from here