You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to unitt-project
As the header says: Is it safe to create the websocket and implement the websocketobserver on the UI thread or can the UI thread be blocked by doing that?
(I'm using the Unitt-Websocket on Android)
Thanks for help!
Josh Morris
unread,
Dec 19, 2011, 6:19:25 PM12/19/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to unitt-project
You generally want to avoid putting any business logic in your UI thread. I think this is especially true for network libraries, such as web sockets. :)