Groups
Groups
Sign in
Groups
Groups
unitt-project
Conversations
About
Send feedback
Help
unitt-project
1–30 of 37
Mark all as read
Report group
0 selected
Rob Gillan
2/24/13
iOS DNS SRV record support
Josh et al, We're looking into providing some server side redundancy and were wondering if there
unread,
iOS DNS SRV record support
Josh et al, We're looking into providing some server side redundancy and were wondering if there
2/24/13
Josh Morris
12/10/12
UnittWebSocketClient (iOS) v1.0.0 Release is Available
The client is finally release quality. The GCD functionality is working and allows for full
unread,
UnittWebSocketClient (iOS) v1.0.0 Release is Available
The client is finally release quality. The GCD functionality is working and allows for full
12/10/12
Josh Morris
6/10/12
Look for new Android/Java builds of the web socket clients soon...
The iOS client is now in a good place. While it is being tested, I am moving my focus to updating the
unread,
Look for new Android/Java builds of the web socket clients soon...
The iOS client is now in a good place. While it is being tested, I am moving my focus to updating the
6/10/12
Josh Morris
6/10/12
UnittWebSocketClient (iOS) v1.0.0 Release Candidate 2 is Available
All known issues have been fixed. The product now passes all Autobahn RFC6455 compliance tests.
unread,
UnittWebSocketClient (iOS) v1.0.0 Release Candidate 2 is Available
All known issues have been fixed. The product now passes all Autobahn RFC6455 compliance tests.
6/10/12
Josh Morris
4/26/12
UnittWebSocketClient (iOS) v1.0.0 Release Candidate is Available
Changes Include: - Fully RFC6455 compliant. - Fixed various fragmentation bugs The client is very
unread,
UnittWebSocketClient (iOS) v1.0.0 Release Candidate is Available
Changes Include: - Fully RFC6455 compliant. - Fixed various fragmentation bugs The client is very
4/26/12
Josh Morris
2/2/12
Roadmap Update
Now that all known defects have been addressed, I am beginning work on updating the web socket
unread,
Roadmap Update
Now that all known defects have been addressed, I am beginning work on updating the web socket
2/2/12
Josh Morris
1/31/12
UnittWebSocket (Java/Android) v0.9.3 is Available
Fixed a number of issues and enabled versions of Android prior to 2.3. - fixed an issue where the
unread,
UnittWebSocket (Java/Android) v0.9.3 is Available
Fixed a number of issues and enabled versions of Android prior to 2.3. - fixed an issue where the
1/31/12
Josh Morris
1/30/12
UnittWebSocketClient (iOS) v0.9.5 is Available
Fixed a number of bugs, including: - fixed an issue where close bytes were sent in the wrong order -
unread,
UnittWebSocketClient (iOS) v0.9.5 is Available
Fixed a number of bugs, including: - fixed an issue where close bytes were sent in the wrong order -
1/30/12
Josh Morris
1/30/12
New builds coming...
I apologize for being away from this project for the last few weeks, but between the holidays and the
unread,
New builds coming...
I apologize for being away from this project for the last few weeks, but between the holidays and the
1/30/12
h.schenk
,
Josh Morris
2
1/30/12
Getting Started
Sorry for the delay in responding to you. My daughter was just born about the time you posted your
unread,
Getting Started
Sorry for the delay in responding to you. My daughter was just born about the time you posted your
1/30/12
xkrja
,
Josh Morris
2
12/19/11
Safe to create websocket on UI thread?
You generally want to avoid putting any business logic in your UI thread. I think this is especially
unread,
Safe to create websocket on UI thread?
You generally want to avoid putting any business logic in your UI thread. I think this is especially
12/19/11
xkrja
,
Josh Morris
3
12/7/11
onError not called in Unitt-WebSocket (Android client)
Thanks! It would be great! As a side note: I will see if I can test if the socket goes down if the
unread,
onError not called in Unitt-WebSocket (Android client)
Thanks! It would be great! As a side note: I will see if I can test if the socket goes down if the
12/7/11
Ivan
,
Josh Morris
4
11/14/11
Adding InterruptedException to WebSocketObserver methods?
I will be adding the InterruptedException for a build that I should have out next week. Things have
unread,
Adding InterruptedException to WebSocketObserver methods?
I will be adding the InterruptedException for a build that I should have out next week. Things have
11/14/11
Josh Morris
,
Ivan
2
10/19/11
UnittWebSocket (Java) v0.9.2.1 Available
Thanks, I am going to try it. Cheers, Ivan On Oct 18, 5:48 am, Josh Morris <joshuadmor...@gmail.
unread,
UnittWebSocket (Java) v0.9.2.1 Available
Thanks, I am going to try it. Cheers, Ivan On Oct 18, 5:48 am, Josh Morris <joshuadmor...@gmail.
10/19/11
Mike Akers
2
10/17/11
UnittWebSocketClient maximum text message size?
I figured it out and now I feel stupid. Turns out we were using an old version of WebSocketClient
unread,
UnittWebSocketClient maximum text message size?
I figured it out and now I feel stupid. Turns out we were using an old version of WebSocketClient
10/17/11
Josh Morris
,
Ivan
8
10/16/11
UnittWebSocket (Java) v0.9.2 Available
I will get a new build out this coming week. Sorry for the delay, but work got crazy! On Oct 10, 10:
unread,
UnittWebSocket (Java) v0.9.2 Available
I will get a new build out this coming week. Sorry for the delay, but work got crazy! On Oct 10, 10:
10/16/11
Josh Morris
10/9/11
UnittWebSocketClient (iOS) v0.9.4 is available
- added support for custom headers - fixed an error on sending close (could loop in certain
unread,
UnittWebSocketClient (iOS) v0.9.4 is available
- added support for custom headers - fixed an error on sending close (could loop in certain
10/9/11
Trevor Benedict
,
Josh Morris
4
10/3/11
Websocket Server
I understand now. You want a lightweight server to host web socket code, not to connect to. The
unread,
Websocket Server
I understand now. You want a lightweight server to host web socket code, not to connect to. The
10/3/11
Ivan
,
Josh Morris
5
10/2/11
Additional HTTP headers?
Both clients now support supplying your own headers in the config. It is a simple list and will be
unread,
Additional HTTP headers?
Both clients now support supplying your own headers in the config. It is a simple list and will be
10/2/11
NoahD
,
Josh Morris
6
10/2/11
Compatibility with Socket.io
I have updated the WebSocket00.h file in SVN to work with the Hixie76 stuff. I will be releasing a
unread,
Compatibility with Socket.io
I have updated the WebSocket00.h file in SVN to work with the Hixie76 stuff. I will be releasing a
10/2/11
morgler
,
Josh Morris
7
10/2/11
undefined error with simple example
I have updated the WebSocket00.h to work with the ws://echo.websocket.org service described in your
unread,
undefined error with simple example
I have updated the WebSocket00.h to work with the ws://echo.websocket.org service described in your
10/2/11
Josh Morris
9/3/11
UnittWebSocket (iOS) v0.9.3.1 Available
- fixed an issue where in certain situations the header host parameter was missing a port entry
unread,
UnittWebSocket (iOS) v0.9.3.1 Available
- fixed an issue where in certain situations the header host parameter was missing a port entry
9/3/11
Josh Morris
9/3/11
UnittWebSocket (Java) v0.9.1.1 Available
- fixed an issue where in certain situations the header host parameter was missing a port entry -
unread,
UnittWebSocket (Java) v0.9.1.1 Available
- fixed an issue where in certain situations the header host parameter was missing a port entry -
9/3/11
Josh Morris
8/28/11
UnittWebSocket (Java) v0.9.1 Available
Java/Android WebSocket client/server implementation for rev07, rev08, rev10. This is working with
unread,
UnittWebSocket (Java) v0.9.1 Available
Java/Android WebSocket client/server implementation for rev07, rev08, rev10. This is working with
8/28/11
Josh Morris
8/28/11
UnittWebSocketClient (iOS) v0.9.3 Available
- Fixed an issue where messages whose length was a product of the max payload size were missing their
unread,
UnittWebSocketClient (iOS) v0.9.3 Available
- Fixed an issue where messages whose length was a product of the max payload size were missing their
8/28/11
Josh Morris
8/21/11
UnittWebSocketClient v2.6 Available
- added rev08 & rev10 - added close status & message - added timer to force close on timeout
unread,
UnittWebSocketClient v2.6 Available
- added rev08 & rev10 - added close status & message - added timer to force close on timeout
8/21/11
Paul Dardeau
,
Josh Morris
2
8/21/11
WebSocketMessage compile warnings
Good catch! Fixed in 2.6. Look for a build in the next hour or so. On Jul 26, 2:23 pm, Paul Dardeau
unread,
WebSocketMessage compile warnings
Good catch! Fixed in 2.6. Look for a build in the next hour or so. On Jul 26, 2:23 pm, Paul Dardeau
8/21/11
Josh Morris
7/19/11
UnittWebSocketClient v2.4 Available
- Fixed error with fragments not being parsed if they are part of a long chain - Close mechanics now
unread,
UnittWebSocketClient v2.4 Available
- Fixed error with fragments not being parsed if they are part of a long chain - Close mechanics now
7/19/11
Josh Morris
6/30/11
UnittWebSocketClient v2.3 Available
- Fixed message length issues - Fixed continuation cut off
unread,
UnittWebSocketClient v2.3 Available
- Fixed message length issues - Fixed continuation cut off
6/30/11
Josh Morris
3
6/30/11
UnittWebSocketClient v2.2 Available
Oops - wrong thread. On Jun 30, 9:44 pm, Josh Morris <joshuadmor...@gmail.com> wrote: > -
unread,
UnittWebSocketClient v2.2 Available
Oops - wrong thread. On Jun 30, 9:44 pm, Josh Morris <joshuadmor...@gmail.com> wrote: > -
6/30/11