-
Sometimes get this warning, when publishing message:
|
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
Same for me |
Beta Was this translation helpful? Give feedback.
-
That's not a warning its a message you have fundamental flaws in your code. Read the docs and follow them. |
Beta Was this translation helpful? Give feedback.
-
No, he's right. I will do an example repo. Only with app.publish we can get that warning, so, nothing can be wrong in our part. |
Beta Was this translation helpful? Give feedback.
-
There is no function called uws.publish and app.publish doesn't give any messages |
Beta Was this translation helpful? Give feedback.
-
I found a case where it give exactly this message, I will make a repo soon. |
Beta Was this translation helpful? Give feedback.
-
There is no function called uws.publish and app.publish doesn't throw any such exceptions: https://github.com/uNetworking/uWebSockets.js/blob/master/src/AppWrapper.h#L245 Closing until proven otherwise. |
Beta Was this translation helpful? Give feedback.
That's not a warning its a message you have fundamental flaws in your code. Read the docs and follow them.