Stop having ws send subcommand send a binary message in text mode, which would cause error in make ws_test shell script test

This commit is contained in:
Benjamin Sergeant
2019-09-25 15:39:43 -07:00
parent 05f29639e5
commit 3cd7c0194f
6 changed files with 12 additions and 7 deletions

View File

@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
## [6.2.7] - 2019-09-25
- Stop having ws send subcommand send a binary message in text mode, which would cause error in `make ws_test` shell script test.
## [6.2.6] - 2019-09-24
- Fix 2 race conditions detected with TSan, one in CobraMetricsPublisher::push and another one in WebSocketTransport::sendData (that one was bad).