SimonDanisch / Bonito.jl

Serving JS to the browser
MIT License
214 stars 31 forks source link

Use `Base.UV_EADDRINUSE` to fix `try_listen()` on macOS #182

Closed staticfloat closed 1 year ago

staticfloat commented 1 year ago

Rather than hardcoding the value of this code, use the handy already-present Base.UV_EADDRINUSE binding. This binding has the following values on the following systems:

SimonDanisch commented 1 year ago

Oh, is this actually Plots.jl acting up? :D

staticfloat commented 1 year ago

It looks to me like it's complaining about missing docs.