Open Hugo-Trentesaux opened 7 months ago
I did some simple test to understand better multiaddr format:
> uriToMultiaddr('wss://example.com:443/foo') Multiaddr(/dns4/example.com/tcp/443/wss)
It is ignoring silently the foo component of the URI. It would be nice to throw an error or at least warn the user that it is ignored.
foo
I did some simple test to understand better multiaddr format:
It is ignoring silently the
foo
component of the URI. It would be nice to throw an error or at least warn the user that it is ignored.