rabbibotton / clog

CLOG - The Common Lisp Omnificent GUI
Other
1.48k stars 101 forks source link

Broken Pipe error #284

Closed codyKall closed 1 year ago

codyKall commented 1 year ago

Hi, I am fairly new to using clog and started getting an error when executing the clog builder or when trying to run my project from the builder. The error reads: "Couldn't write to #<SB-SYS:FD-STREAM for "socket 127.0.0.1:8080, peer: 127.0.0.1:45730" {10011B18C3}>: Broken pipe [Condition of type SB-INT:BROKEN-PIPE]"

This error does not seem to break anything (I can still run the builder and my projects) but comes up pretty frequently. Is there any way to fix this?

rabbibotton commented 1 year ago

It is a message that I have not found a way to suppress coming from the socket library when a browser does not close the socket before changing pages, etc. It is harmless and normal activity.