Jasonette / JASONETTE-Android

📡 Native App over HTTP, on Android
https://www.jasonette.com
Other
1.6k stars 270 forks source link

getHttpClient is missing an argument (timeout) #195

Closed cpg closed 7 years ago

cpg commented 7 years ago

It appears that compilation of develop fails (with latest Android Studio and SDK updates) in this line due to a missing argument in getHttpClient. A 0 may work?

https://github.com/Jasonette/JASONETTE-Android/blob/6213abe0f9677f4eccb9d83a19bab9585bbd9fe7/app/src/main/java/com/jasonette/seed/Service/websocket/JasonWebsocketService.java#L150

gliechtenstein commented 7 years ago

Thanks for the report, just fixed it. https://github.com/Jasonette/JASONETTE-Android/commit/8a8740d38d9f503407bc9baf65089169db7156d0