firecamp-io / firecamp

VSCode for APIs, Postman Alternative.

Home Page:https://firecamp.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

AngaBlue opened this issue · comments

commented

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 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 :)

@AngaBlue this will be covered soon.

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.