core
core copied to clipboard
Connection type misses url
In logger we use url property, but it's not mentioned in connection types. Seems that it should be present on WsConnection at least, am I right?
Yeap. Not all Connection will have url.
We can add it as optional type, for instance.