Skip to content
This repository was archived by the owner on Mar 6, 2018. It is now read-only.

[ENH]Support for Socket 1.0.x #103

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified libs/WebSocket.jar
100644 → 100755
Binary file not shown.
1 change: 1 addition & 0 deletions src/io/socket/IOCallback.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

/**
* The Interface IOCallback. A callback interface to SocketIO
* WARNING: Do NOT use "Thread.sleep" in the callback methods
*/
public interface IOCallback {

Expand Down
Loading