coapjs / node-coap

CoAP - Node.js style
MIT License
531 stars 154 forks source link

fix(examples): fix problem caused by `new URL` #287

Closed JKRhb closed 2 years ago

JKRhb commented 2 years ago

I noticed that there is currently a problem in one of the examples that is caused by the replacement of url.parse with the native URL constructor. This PR provides a quick and dirty fix that should be revisited in the future.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1287258118


Totals Coverage Status
Change from base Build 1287055429: 0.0%
Covered Lines: 1066
Relevant Lines: 1157

💛 - Coveralls