firecamp-io / firecamp

VSCode for APIs, Postman Alternative.
https://firecamp.dev
317 stars 22 forks source link

[Request] Socket.IO, save emitter listeners state on quit. #191

Open AngaBlue opened 2 years ago

AngaBlue commented 2 years ago

When quitting the app, the state of emitter listeners is currently discarded meaning that all enabled emitters will be disabled by default on restart.

A nice quality of life feature would be saving the listener toggle states.

welcome[bot] commented 2 years ago

Welcome to the Firecamp! Thanks and congrats for opening your very first issue in Firecamp. Join the Discord community here https://discord.gg/8hRaqhK Hope you have a great time here :)

pranavwani commented 2 years ago

@AngaBlue this will be covered soon.

Nishchit14 commented 2 years ago

This feature is partially implemented in v2.4.0

You can add listeners to be listened default on connection establishment time. You can find ON CONNECT LISTENERS option in the config tab.