dandeliondeathray / DandelionWebSockets.jl

A Julia package for client side WebSockets.
Other
21 stars 11 forks source link

Create a new WebSocket client interface #15

Open erikedin opened 6 years ago

erikedin commented 6 years ago

I feel like I didn't make a distinction between a WebSocket client and a WebSocket connection when I created the public interface to the package.

It is explicitly mentioned in the specification that a client can maintain different connections. Today I don't make any such distinction between client and connection.

erikedin commented 6 years ago

Added to the "Requirements coverage" project, because some requirements are unimplemented because of this.