Re: egg: ws-client 0.2.1

2021-07-09 Thread Mario Domenech Goulart
Hi, On Fri, 9 Jul 2021 08:30:08 + Ka-tsùn Lo̍h wrote: > This is a minor update to the WebSocket client extension that was > submitted a week ago: > > - replaced some foreign invocations with scheme code where the > functionality has already been implemented by another egg. > - updated meta f

egg: ws-client 0.2.1

2021-07-09 Thread Ka-tsùn Lo̍h
Hi all, This is a minor update to the WebSocket client extension that was submitted a week ago: - replaced some foreign invocations with scheme code where the functionality has already been implemented by another egg. - updated meta files and documentation, including fixing some discrepancies in

Re: Egg: ws-client

2021-07-04 Thread Ka-tsùn Lo̍h
Hi Vasilij, Thanks so much for the reply! > > - This implementation passes all of the Autobahn compliance tests. > > I've included the client and configuration file in an examples/ > > directory, but the repository currently has no tests/ because the > > Autobahn tests are usually run from a dock

Re: Egg: ws-client

2021-07-03 Thread Vasilij Schneidermann
Hello Ka-tsùn, > - This implementation passes all of the Autobahn compliance tests. > I've included the client and configuration file in an examples/ > directory, but the repository currently has no tests/ because the > Autobahn tests are usually run from a docker image and take a while to > finis

Egg: ws-client

2021-07-03 Thread Ka-tsùn Lo̍h
Hi all, There's an implementation of the client side of the WebSocket protocol + the permessage-deflate extension that I would like to submit to the CHICKEN 5 egg directory. The release-info file is here: https://raw.githubusercontent.com/lohkatsun/ws-client-egg/main/ws-client.release-info The s