Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improvements? #15

Open
bastianh opened this issue Feb 27, 2020 · 3 comments
Open

improvements? #15

bastianh opened this issue Feb 27, 2020 · 3 comments

Comments

@bastianh
Copy link

This is super great, but I'm a little bit disappointed ;)

I hoped it would be possible to use it to run the server in an editor like webstorm and set breakpoints in own code while running... but I guess that's not easy possible.

Another nice thing would be being able to get a list / test which intents where executed in the tick?

@brisberg
Copy link
Contributor

I haven't tried hooking in breakpoints to VSCode or WebStorm, but that would indeed be useful.

I was wondering about getting a list of intents as well. Unfortunately right now db[users.intents] always returns empty and I haven't found a way to grab it out of the server. Does anyone else know the server code well enough for how to fetch the intent list?

@bastianh
Copy link
Author

bastianh commented Feb 28, 2020

hmmm... is there an easy way to inject code for a user for the next tick? maybe like how the console of the client works ?

even better of course would be if you can get the response after the tick .)

@Boegie19
Copy link

Boegie19 commented Mar 7, 2024

intents are only visible in between usersQueue.whenAllDone(); and roomsQueue.addMulti(rooms)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants