Skip to content

Commit

Permalink
Removed WebSocketClient. It was experimental and I don't want to main…
Browse files Browse the repository at this point in the history
…tain it when there are better alternatives.
  • Loading branch information
aslakhellesoy committed Jul 25, 2013
1 parent 4cf8a37 commit 7fbb514
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 849 deletions.
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Git master

[Full changelog](https://github.com/webbit/webbit/compare/v0.4.15...master)

* Removed `WebSocketClient`. Please use [Java-WebSocket](http://java-websocket.org/) or []() instead.
* Fix resource leakage in tests and upgrade to netty 3.6.5.Final ([#119](https://github.com/webbit/webbit/pull/119) Norman Maurer)

0.4.15 (2013-04-26)
Expand Down
330 changes: 0 additions & 330 deletions src/main/java/org/webbitserver/netty/WebSocketClient.java

This file was deleted.

Loading

0 comments on commit 7fbb514

Please sign in to comment.