core
core copied to clipboard
Logux core components for JavaScript
Results
2
core issues
Sort by
recently updated
recently updated
newest added
It looks like there is an infinite loop in one of the possible scenarios: ServerClient.destroy() => custom unsubscribe() => log.add => send => 'WS was closed' => LoguxServer.debugError => send...
[In logger we](https://github.com/logux/client/blob/main/log/index.js#L45) use `url` property, but it's not mentioned in connection types. Seems that it should be present on WsConnection at least, am I right?