slime icon indicating copy to clipboard operation
slime copied to clipboard

Changes for connections from the web browser

Open dkochmanski opened this issue 4 months ago • 2 comments

This set of changes introduces a new connection type :ASYNC that relies on Gray Stream interfaces. Moreover SLIME-NET-SEND anticipates that the connection may be associated with a websocket, and if that's the case we use a specialized function to send data.

With these changes I've managed to successfully connect from an image running inside the web browser to a shim server bridging SLIME and websockets.

dkochmanski avatar Aug 19 '25 13:08 dkochmanski

And for some reason the CI breaks on CCL.

stassats avatar Aug 21 '25 14:08 stassats

I'll look into CCL tests not passing tomorrow. Thanks for reviewing these changes.

dkochmanski avatar Aug 21 '25 14:08 dkochmanski