[Pharo-users] multi-threading with websocket

2018-02-18 Thread Ben Coman
The websockets guide here https://ci.inria.fr/pharo-contribution/job/EnterprisePharoBook/ lastSuccessfulBuild/artifact/book-result/WebSockets/WebSockets.html says "Reading and sending are completely separate and independent" and the class comment says its "full-duplex". From these I presume s

Re: [Pharo-users] multi-threading with websocket

2018-02-18 Thread Sven Van Caekenberghe
Ben, > On 18 Feb 2018, at 15:29, Ben Coman wrote: > > The websockets guide here > https://ci.inria.fr/pharo-contribution/job/EnterprisePharoBook/lastSuccessfulBuild/artifact/book-result/WebSockets/WebSockets.html > > says "Reading and sending are completely separate and independent" and the