-
Notifications
You must be signed in to change notification settings - Fork 494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebSocket Error when send(String) or send(byte) #34
base: master
Are you sure you want to change the base?
Commits on May 4, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 7b20146 - Browse repository at this point
Copy the full SHA 7b20146View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47a7822 - Browse repository at this point
Copy the full SHA 47a7822View commit details -
Fix cleanup to null out the client. Prevent multiple connections whil…
…e already connected.
Configuration menu - View commit details
-
Copy full SHA for 3e4a159 - Browse repository at this point
Copy the full SHA 3e4a159View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c88ddb - Browse repository at this point
Copy the full SHA 2c88ddbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76d8cf5 - Browse repository at this point
Copy the full SHA 76d8cf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0c10cc - Browse repository at this point
Copy the full SHA b0c10ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44caf8e - Browse repository at this point
Copy the full SHA 44caf8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c511e73 - Browse repository at this point
Copy the full SHA c511e73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6558e4c - Browse repository at this point
Copy the full SHA 6558e4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f49431 - Browse repository at this point
Copy the full SHA 4f49431View commit details
Commits on May 17, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 8bce20f - Browse repository at this point
Copy the full SHA 8bce20fView commit details
Commits on Nov 29, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 71be505 - Browse repository at this point
Copy the full SHA 71be505View commit details -
Configuration menu - View commit details
-
Copy full SHA for e088b9e - Browse repository at this point
Copy the full SHA e088b9eView commit details
Commits on Jan 2, 2013
-
Fire onConnect event when connection established
In the SocketIOClient, `onConnect()` never called `mHandler.onConnect()`
Configuration menu - View commit details
-
Copy full SHA for 80322b3 - Browse repository at this point
Copy the full SHA 80322b3View commit details -
Fixed crash on a no-argument message
If a message from the socket.io server is emitted with no arguments, it now is properly received
Configuration menu - View commit details
-
Copy full SHA for 6adfa2a - Browse repository at this point
Copy the full SHA 6adfa2aView commit details
Commits on Jan 3, 2013
-
Merge pull request #4 from bkase/fix_noargs
Fixed crash on a no-argument message
Configuration menu - View commit details
-
Copy full SHA for 7de2163 - Browse repository at this point
Copy the full SHA 7de2163View commit details -
Merge pull request #1 from FilipZawada/master
Fixed a bug with incorrect URL when base URI with trailing slash is used.
Configuration menu - View commit details
-
Copy full SHA for 9760910 - Browse repository at this point
Copy the full SHA 9760910View commit details -
Merge pull request #3 from bkase/fire_connect
Fire onConnect event when connection established
Configuration menu - View commit details
-
Copy full SHA for 620cc90 - Browse repository at this point
Copy the full SHA 620cc90View commit details -
Update src/com/codebutler/android_websockets/HybiParser.java
Fix logic error from the javascript port.
Configuration menu - View commit details
-
Copy full SHA for b45e80c - Browse repository at this point
Copy the full SHA b45e80cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18a3624 - Browse repository at this point
Copy the full SHA 18a3624View commit details
Commits on Jan 10, 2013
-
Added heartbeat replies, fixed two bugs, and added logging.
Client will now send a heartbeat back to the server when it receives one, so the connection won't time out. Removed unreachable catch block in cleanup() method, and changed WebSocketClient.Handler() to a Listener() to match the recent change to to the WebSocketClient interface. Changed print statements to use Log, to be consistent with the rest of the package.
Configuration menu - View commit details
-
Copy full SHA for e33c05b - Browse repository at this point
Copy the full SHA e33c05bView commit details -
Merge pull request #6 from mike-stewart/master
Added heartbeat replies, fixed two bugs, and added logging.
Configuration menu - View commit details
-
Copy full SHA for 8c8bf39 - Browse repository at this point
Copy the full SHA 8c8bf39View commit details
Commits on Feb 5, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 86617e5 - Browse repository at this point
Copy the full SHA 86617e5View commit details -
Merge pull request #7 from mike-stewart/master
Create an SSL socket for https connections.
Configuration menu - View commit details
-
Copy full SHA for e683f20 - Browse repository at this point
Copy the full SHA e683f20View commit details
Commits on Mar 1, 2013
-
Vinay S Shenoy committed
Mar 1, 2013 Configuration menu - View commit details
-
Copy full SHA for 4b2fa51 - Browse repository at this point
Copy the full SHA 4b2fa51View commit details -
Added support for JSONMessage and Message to SocketIOClient
Vinay S Shenoy committedMar 1, 2013 Configuration menu - View commit details
-
Copy full SHA for fbd83b5 - Browse repository at this point
Copy the full SHA fbd83b5View commit details
Commits on Mar 2, 2013
-
Configuration menu - View commit details
-
Copy full SHA for acc3552 - Browse repository at this point
Copy the full SHA acc3552View commit details -
Merge pull request #9 from vinaysshenoy/master
Added support for Message and JSONMessage
Configuration menu - View commit details
-
Copy full SHA for 85e5926 - Browse repository at this point
Copy the full SHA 85e5926View commit details -
Configuration menu - View commit details
-
Copy full SHA for f440715 - Browse repository at this point
Copy the full SHA f440715View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc5d023 - Browse repository at this point
Copy the full SHA fc5d023View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8645d6 - Browse repository at this point
Copy the full SHA d8645d6View commit details
Commits on Mar 6, 2013
-
Configuration menu - View commit details
-
Copy full SHA for a6a3b99 - Browse repository at this point
Copy the full SHA a6a3b99View commit details
Commits on Mar 9, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 3cbe3ee - Browse repository at this point
Copy the full SHA 3cbe3eeView commit details -
Merge pull request #12 from mike-stewart/master
Fixed double firing of onConnect().
Configuration menu - View commit details
-
Copy full SHA for 878842d - Browse repository at this point
Copy the full SHA 878842dView commit details
Commits on Apr 4, 2013
-
I converted my application from AutobahnAndroid to android-websockets to take advantage of ssl support. android-websockets did not have a isConnected method, which is used in my application, so I implemented one.
Configuration menu - View commit details
-
Copy full SHA for 1174d7e - Browse repository at this point
Copy the full SHA 1174d7eView commit details
Commits on Apr 8, 2013
-
Merge pull request #13 from pefoley2/master
add isConnected method and remove incorrect annotations.
Configuration menu - View commit details
-
Copy full SHA for 84119d1 - Browse repository at this point
Copy the full SHA 84119d1View commit details
Commits on May 8, 2013
-
Configuration menu - View commit details
-
Copy full SHA for dad5c6f - Browse repository at this point
Copy the full SHA dad5c6fView commit details
Commits on May 9, 2013
-
Configuration menu - View commit details
-
Copy full SHA for c62edc2 - Browse repository at this point
Copy the full SHA c62edc2View commit details -
Merge pull request #15 from cpeterso/cpeterso/fix-readme-errors
Fix syntax errors in README.md's example code
Configuration menu - View commit details
-
Copy full SHA for ecaf18b - Browse repository at this point
Copy the full SHA ecaf18bView commit details
Commits on May 20, 2013
-
Vinay S Shenoy committed
May 20, 2013 Configuration menu - View commit details
-
Copy full SHA for e1877d6 - Browse repository at this point
Copy the full SHA e1877d6View commit details -
Added listener event for connecting to endpoints
Vinay S Shenoy committedMay 20, 2013 Configuration menu - View commit details
-
Copy full SHA for b7e9b76 - Browse repository at this point
Copy the full SHA b7e9b76View commit details -
Merge pull request #16 from vinaysshenoy/master
Added Support for Endpoints
Configuration menu - View commit details
-
Copy full SHA for 96ae660 - Browse repository at this point
Copy the full SHA 96ae660View commit details -
Merge pull request #14 from orenda/patch-1
Update SocketIOClient.java - onError failed on nullPointerException
Configuration menu - View commit details
-
Copy full SHA for 5408843 - Browse repository at this point
Copy the full SHA 5408843View commit details -
Added support for Acknowledges
Vinay S Shenoy committedMay 20, 2013 Configuration menu - View commit details
-
Copy full SHA for 4c28f20 - Browse repository at this point
Copy the full SHA 4c28f20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f586e0 - Browse repository at this point
Copy the full SHA 2f586e0View commit details
Commits on May 21, 2013
-
add end pointed connected override to the handler
the new endpoint connected callback is mandatory in the handler interface, without it the README example doesn't work
Configuration menu - View commit details
-
Copy full SHA for f7487f2 - Browse repository at this point
Copy the full SHA f7487f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a2f9d9 - Browse repository at this point
Copy the full SHA 3a2f9d9View commit details -
Merge pull request #18 from liorsion/master
README fix for endpoint callback
Configuration menu - View commit details
-
Copy full SHA for 7555935 - Browse repository at this point
Copy the full SHA 7555935View commit details
Commits on May 22, 2013
-
The update for onConnectToEndpoint() got overwritten by my changes for Acknowledges. Adding the method back to the README.
Configuration menu - View commit details
-
Copy full SHA for 604cfdd - Browse repository at this point
Copy the full SHA 604cfddView commit details -
Added support for Acknowledges
Vinay S Shenoy committedMay 22, 2013 Configuration menu - View commit details
-
Copy full SHA for 21ef8ee - Browse repository at this point
Copy the full SHA 21ef8eeView commit details -
Vinay S Shenoy committed
May 22, 2013 Configuration menu - View commit details
-
Copy full SHA for f947253 - Browse repository at this point
Copy the full SHA f947253View commit details
Commits on May 23, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 36cc209 - Browse repository at this point
Copy the full SHA 36cc209View commit details
Commits on May 24, 2013
-
Merge pull request #19 from cpeterso/cpeterso/handle-double-disconnect
Avoid mSocket NPE if WebSocketClient.disconnect() is called twice
Configuration menu - View commit details
-
Copy full SHA for ef5f352 - Browse repository at this point
Copy the full SHA ef5f352View commit details -
Vinay S Shenoy committed
May 24, 2013 Configuration menu - View commit details
-
Copy full SHA for c7f22d4 - Browse repository at this point
Copy the full SHA c7f22d4View commit details
Commits on May 30, 2013
-
Merge pull request #17 from vinaysshenoy/master
Added Support for Acknowledges
Configuration menu - View commit details
-
Copy full SHA for 8dfb26d - Browse repository at this point
Copy the full SHA 8dfb26dView commit details
Commits on Jun 1, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 57be2c6 - Browse repository at this point
Copy the full SHA 57be2c6View commit details -
Merge pull request #20 from ElMassimo/cleanup-called-twice
Avoid calling cleanup twice on error condition
Configuration menu - View commit details
-
Copy full SHA for 7ea59a8 - Browse repository at this point
Copy the full SHA 7ea59a8View commit details
Commits on Jun 6, 2013
-
Fixed msgId in emit() messages being appended with '+' when Ackowledge
not added
Vinay S Shenoy committedJun 6, 2013 Configuration menu - View commit details
-
Copy full SHA for 61be4e5 - Browse repository at this point
Copy the full SHA 61be4e5View commit details -
Merge pull request #21 from vinaysshenoy/master
Fixed incorrect formatting of Emit messages
Configuration menu - View commit details
-
Copy full SHA for 98ec596 - Browse repository at this point
Copy the full SHA 98ec596View commit details
Commits on Jun 15, 2013
-
Implemented auto-reconnect with exponential backoff for SocketIOClient
Vinay S Shenoy committedJun 15, 2013 Configuration menu - View commit details
-
Copy full SHA for 7583bf9 - Browse repository at this point
Copy the full SHA 7583bf9View commit details -
Changed cleanup code because we can reconnect on error
Vinay S Shenoy committedJun 15, 2013 Configuration menu - View commit details
-
Copy full SHA for fb3865c - Browse repository at this point
Copy the full SHA fb3865cView commit details -
Vinay S Shenoy committed
Jun 15, 2013 Configuration menu - View commit details
-
Copy full SHA for c3d08a1 - Browse repository at this point
Copy the full SHA c3d08a1View commit details
Commits on Jul 1, 2013
-
Add support of message endPoint for types : message, message JSON and
event
Nicolas committedJul 1, 2013 Configuration menu - View commit details
-
Copy full SHA for 17dbf03 - Browse repository at this point
Copy the full SHA 17dbf03View commit details -
Merge pull request #22 from vinaysshenoy/master
Added support for auto reconnection on error with exponential backoff
Configuration menu - View commit details
-
Copy full SHA for 2a93904 - Browse repository at this point
Copy the full SHA 2a93904View commit details
Commits on Jul 5, 2013
-
Merge branch 'master' of git://github.com/yapiti/android-websockets
Conflicts: src/com/codebutler/android_websockets/SocketIOClient.java
Configuration menu - View commit details
-
Copy full SHA for 5d3c4b7 - Browse repository at this point
Copy the full SHA 5d3c4b7View commit details -
Changed endpoints to be optional when emitting messages
Vinay S Shenoy committedJul 5, 2013 Configuration menu - View commit details
-
Copy full SHA for 386dfed - Browse repository at this point
Copy the full SHA 386dfedView commit details -
Merge pull request #24 from vinaysshenoy/master
Changed endpoints in SocketIOClient emits to be optional
Configuration menu - View commit details
-
Copy full SHA for 475887a - Browse repository at this point
Copy the full SHA 475887aView commit details
Commits on Jul 9, 2013
-
Ported AndroidAsync SocketIO framework
Vinay S Shenoy committedJul 9, 2013 Configuration menu - View commit details
-
Copy full SHA for ad5a9f3 - Browse repository at this point
Copy the full SHA ad5a9f3View commit details -
Removed eventcallback addition to SocketIOClient as we need to use
addListener()
Vinay S Shenoy committedJul 9, 2013 Configuration menu - View commit details
-
Copy full SHA for 92911b8 - Browse repository at this point
Copy the full SHA 92911b8View commit details
Commits on Jul 11, 2013
-
Added wrappers around Callbacks to mimic earlier Handler interface
Vinay S Shenoy committedJul 11, 2013 Configuration menu - View commit details
-
Copy full SHA for e706535 - Browse repository at this point
Copy the full SHA e706535View commit details -
Removed Handler interface, Invoking callbacks on the passed Handler
Vinay S Shenoy committedJul 11, 2013 Configuration menu - View commit details
-
Copy full SHA for 58c1f5e - Browse repository at this point
Copy the full SHA 58c1f5eView commit details -
Repackaged HybiParser and WebSocketClient
Vinay S Shenoy committedJul 11, 2013 Configuration menu - View commit details
-
Copy full SHA for e61b05e - Browse repository at this point
Copy the full SHA e61b05eView commit details
Commits on Jul 12, 2013
-
Switched back to original WebsocketClient and HybiParser
Vinay S Shenoy committedJul 12, 2013 Configuration menu - View commit details
-
Copy full SHA for 7215aea - Browse repository at this point
Copy the full SHA 7215aeaView commit details -
Merge pull request #26 from vinaysshenoy/v2
Ported AndroidAsync Style Socket.IO API to standalone library
Configuration menu - View commit details
-
Copy full SHA for 0e0a95f - Browse repository at this point
Copy the full SHA 0e0a95fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4ad055 - Browse repository at this point
Copy the full SHA b4ad055View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29e0042 - Browse repository at this point
Copy the full SHA 29e0042View commit details -
Configuration menu - View commit details
-
Copy full SHA for 383d075 - Browse repository at this point
Copy the full SHA 383d075View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bdd3e7 - Browse repository at this point
Copy the full SHA 9bdd3e7View commit details
Commits on Oct 14, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 9e5b14b - Browse repository at this point
Copy the full SHA 9e5b14bView commit details -
Merge pull request #28 from payden/verify-secret
Verify server's Sec-WebSocket-Accept
Configuration menu - View commit details
-
Copy full SHA for 052d141 - Browse repository at this point
Copy the full SHA 052d141View commit details
Commits on Jan 30, 2014
-
Better handle queries when building the session url
Rahul Parsani committedJan 30, 2014 Configuration menu - View commit details
-
Copy full SHA for 3f5788a - Browse repository at this point
Copy the full SHA 3f5788aView commit details -
Merge pull request #30 from rahulparsani/master
Better handle queries when building the session url
Configuration menu - View commit details
-
Copy full SHA for c350b24 - Browse repository at this point
Copy the full SHA c350b24View commit details
Commits on Apr 11, 2014
-
Added support for headers in SocketIORequest
Added a new constructor that accepts a `List<BasicNameValuePair>` containing extra headers to add to the `HttpPost` request.
Configuration menu - View commit details
-
Copy full SHA for 75e052b - Browse repository at this point
Copy the full SHA 75e052bView commit details -
Merge pull request #33 from sergiocampama/headers
Added support for headers in SocketIORequest
Configuration menu - View commit details
-
Copy full SHA for 460bd2c - Browse repository at this point
Copy the full SHA 460bd2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f1a2fa - Browse repository at this point
Copy the full SHA 0f1a2faView commit details -
Configuration menu - View commit details
-
Copy full SHA for d183761 - Browse repository at this point
Copy the full SHA d183761View commit details