Releases: dandeliondeathray/DandelionWebSockets.jl
Julia 0.7/1.0 compatibility
This release introduces compatibility with Julia 0.7 and 1.0.
As part of this release, a significant portion of the code has been rewritten, mainly the WebSocket handshake (which makes the initial connection). Partly, this was due to design improvements, and partly it was due to a required package that was obsoleted, and would not be upgraded to 0.7/1.0.
If there are issues making a connection, create an issue for it.
Release v0.1.2: Standard adherence
This release focuses on adhering to the standard. Validation of incoming messages, and proper closing procedures were lacking before. This release addresses much, but not all, of this.
Additionally, this release includes a new keyword in the wsconnect()
method: fix_small_message_latency
. This addresses an issue with high latency for small WebSocket messages (1448 bytes or smaller) due to buffering in the TCP protocol.