Setting up a site . . . icons? Also, console.log() seems to break when recording newly inserted info #4264
Unanswered
JadedChara
asked this question in
Q&A
Replies: 2 comments
-
Hi! Could you please provide a simple example reproducing the issue? You can use Replit, StackBlitz or CodeSandbox, or fork the following repository: https://github.com/socketio/socket.io-minimal-example Thanks in advance! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Actually, I've got a project that uses this as a dependency! Here it is: W.I.P. Terminus Game API. I've been basically giving myself a crash course in Node and managing a Github page, so not everything is exactly . . . best practice. It's mainly intended just as a fun project, though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've fixed a few issues with one of my projects, but I am wondering how to implement, if at all possible, a website icon. Additionally, when data gets pushed via client side into the
players
variable, I have a setInterval that clears and logs the data. It worked previously, but now when I run it, it returns the first socket's ID repeatedly, the data, then clears everything after that initial ID, rather than the whole group. I'm not sure if it's just a variable definition error, or if it's some other issue. The thing effectively looks like this :I am genuinely stumped as to why it's doing this. For clarification, I'm compiling everything via Repl.it, if that's any use.
Beta Was this translation helpful? Give feedback.
All reactions