Skip to content
#

mirror

Here are 793 public repositories matching this topic...

wolfbeast
wolfbeast commented Jun 18, 2018

We're having a mix of named function syntax (old style) and non-named function syntax (new style) in our internal JavaScript.

The old style was mostly there for JS stack traces before they were as nice as what we have now. Since that's solved, having named functions has become unnecessary and will just take up JS data space when processing.

We should convert all named function syntax in JSO

David548219
David548219 commented May 1, 2020

Describe the bug
networkConnection.Disconnect() calls have no effect. Using the debugger revealed that connection is still present in NetworkServer.connections after Disconnect is called. I have used basic authentication component to demonstrate it, since this is how I discovered it and it is among the faster ways to set up, but this error is not limited to it. This happens on both client & s

Improve this page

Add a description, image, and links to the mirror topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mirror topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.