Skip to content

Instantly share code, notes, and snippets.

View yschimke's full-sized avatar

Yuri Schimke yschimke

View GitHub Profile
@RunWith(AndroidJUnit4::class)
class OkHttpPlayerTest {
@Test
fun handlesFastCancellations() {
assumeInternet()
val context = InstrumentationRegistry.getInstrumentation().targetContext
val okHttpClient = OkHttpClient.Builder()
.build()
package okhttp3
import java.io.IOException
import java.util.concurrent.CountDownLatch
import java.util.concurrent.TimeUnit
fun main() {
val client = OkHttpClient.Builder()
.pingInterval(2500, TimeUnit.MILLISECONDS)
.connectionPool(ConnectionPool(0, 1, TimeUnit.NANOSECONDS))
/*
* Copyright (C) 2014 Square, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@Configuration
@EnableRSocketSecurity
@EnableReactiveMethodSecurity
// https://spring.io/blog/2020/06/17/getting-started-with-rsocket-spring-security
class SecurityConfig {
@Bean
fun messageHandler(strategies: RSocketStrategies?): RSocketMessageHandler {
val mh = RSocketMessageHandler()
mh.argumentResolverConfigurer.addCustomResolver(AuthenticationPrincipalArgumentResolver())
mh.rSocketStrategies = strategies!!
#!/usr/bin/env -S kotlinc-jvm -nowarn -script
@file:Repository("https://jcenter.bintray.com")
@file:Repository("https://oss.jfrog.org/oss-snapshot-local")
@file:DependsOn("io.rsocket.kotlin:rsocket-transport-ktor-client-jvm:0.13.0-SNAPSHOT")
@file:DependsOn("io.ktor:ktor-client-cio-jvm:1.5.0")
@file:CompilerOptions("-jvm-target", "1.8")
import io.ktor.client.*
import io.ktor.network.selector.*
package com.example.myapplication
import android.annotation.SuppressLint
import android.os.Bundle
import android.security.KeyChain
import android.view.Menu
import android.view.MenuItem
import androidx.appcompat.app.AppCompatActivity
import com.google.android.material.floatingactionbutton.FloatingActionButton
import com.google.android.material.snackbar.Snackbar
{ "version": "0.2", "url": "https://github.com/yschimke/certifikit/releases/download/0.2.ys/cft.exe", "bin": "cft.exe" }
{ "version": "0.2", "url": "https://github.com/yschimke/cooee-cli/releases/download/0.2/cooee.exe", "bin": "cooee.exe" }
{ "version": "2.27", "url": "https://github.com/yschimke/okurl/releases/download/2.27/okurl.exe", "bin": "okurl.exe" }
{ "version": "1.27", "url": "https://github.com/rsocket/rsocket-cli/releases/download/1.27/rsocketcli.exe", "bin": "rsocketcli.exe" }