Shawn
05/01/2019, 1:30 AMcy
05/01/2019, 7:00 AM1.2.0-rc
has been released. See changelog for details: https://github.com/ktorio/ktor/blob/master/CHANGELOG.mdnapperley
05/02/2019, 1:38 AMguyheylens
05/02/2019, 3:22 PMNikky
05/03/2019, 9:56 PMRight now, client WebSockets are only available for the CIO Client Engine.and CIO is not available for js as far as i can see i oiginally inteded to use websockets because people told me its built into the browser/js, so i thought it would be available in the
JS
client
or was i just blind and there is a multiplatform js artifact for CIO and websockets?galex
05/05/2019, 4:28 AMnapperley
05/06/2019, 1:07 AMFredrik Pe
05/06/2019, 2:23 PMRandomBK
05/07/2019, 3:39 AMobobo
05/07/2019, 9:49 PMkotlinx.coroutines.JobCancellationException: ClosedReceiveChannelException was cancelled
Caused by: kotlinx.coroutines.channels.ClosedReceiveChannelException: Channel was closed
when calling a google API (`https://maps.googleapis.com/maps/api`) using the CIO client. The problem is that once I see this exception the client never recovers.
I'm able to reproduce this pretty consistently if I run the call many times in a row. I've had a hard time pinpointing the problem, but it seems to be tied to TLS negotiation.Rainer Schlonvoigt
05/09/2019, 12:31 PMbjonnh
05/09/2019, 4:14 PMnapperley
05/10/2019, 3:20 AMamatkivskiy
05/10/2019, 4:26 AMgalex
05/10/2019, 5:38 AMCláudio Bartolomeu
05/10/2019, 8:58 PMnapperley
05/13/2019, 7:20 AMRobert Jaros
05/13/2019, 2:28 PMjcenter()
repository in my build.gradle
. Is 1.1.5 the official release?Jonathan Mew
05/13/2019, 3:43 PMribesg
05/14/2019, 8:30 AMzjuhasz
05/14/2019, 3:30 PMMatthew Browning
05/14/2019, 5:49 PMval config = HoconApplicationConfig(ConfigFactory.load())
but that seems to only load the application.conf from resources. Is there a way to get that sort of functionality but also have it work when supplying a conf file using the -config=application-prod.conf
argument when running the server? If anyone would be willing to steer me in the right direction, I’d highly appreciate it. Thanks!coder82
05/15/2019, 11:59 AMAntanas A.
05/15/2019, 12:11 PMribesg
05/15/2019, 1:31 PMHeadersBuilder
, ParametersBuilder
can only be built once. Why?qlitzler
05/16/2019, 1:29 PMjava.lang.AbstractMethodError: io.ktor.client.engine.mock.MockEngine.install(Lio/ktor/client/HttpClient;)V
after upgrading to Ktor 1.2.0 🤔qlitzler
05/16/2019, 1:35 PMSlackbot
05/16/2019, 3:29 PMThomas
05/16/2019, 4:05 PM1.2.0
I keep getting this error (on Android). I have no idea what this error means. Ktor 1.2.0-alpha-1.3.0-eap-125
works fine and 1.2.0-rc
gives the error as well. One of these commit probably broke my app: https://github.com/ktorio/ktor/compare/1.2.0-alpha-1.3.0-eap-125...1.2.0-rc. Could someone help me out please?davidasync
05/17/2019, 1:59 AMnetty
not included to ktor http client engine ?davidasync
05/17/2019, 1:59 AMnetty
not included to ktor http client engine ?e5l
05/17/2019, 4:19 AMcy
05/17/2019, 7:25 AM