-
By using Koin i create my networkModule like below
```
val networkModule = module {
......
single {
return@single AndroidLifecycle.ofApplicationForeground(androidApplication())
…
-
# Feature request
### Short description
- __As Flash has been almost completely removed from the browsers, there is a need to be able to take control of and over rtmp protocol using other browse…
-
## Problem description
Airsonic web interface shows albums fine, but the albums don't contain any songs.
I believe the reason is that it is "disconnected" (icon on top right)
### Steps to repr…
-
### 操作
ユーザー登録し、初回ログイン後におすすめ服表示ボタンを押してみた。
### StackTrace
```
java.lang.NumberFormatException: null
java.lang.Integer.parseInt(Unknown Source)
java.lang.Integer.parseInt(Unknown Source)
web.…
-
### Checks
- [X] I confirm that I have [searched for existing issues / pull requests](https://github.com/Xujiayao/MCDiscordChat/issues?q=) before reporting to avoid duplicate reporting.
- [X] I confi…
-
## Expected behavior
Given an implementing class with a bounded generic type:
```
@Builder
@Getter
@Setter
@NoArgsConstructor
@AllArgsConstructor
@JsonIgnoreProperties(ignoreUnknown = true)
…
-
I have set the nodejs backend at my local machine and run the test android app with given code by putting my localIp address (common n/w ip). Its working fine as if I tried to call unregistered user i…
-
05-19 12:30:01.670: E/AndroidRuntime(9231): FATAL EXCEPTION: websocket-thread
05-19 12:30:01.670: E/AndroidRuntime(9231): Process: com.mywebsockettest, PID: 9231
05-19 12:30:01.670: E/AndroidRuntime(9…
-
I am having gradle 3.4.1 & Java 1.8 on windows 10 OS. When I run 'gradle bootRun' command on console, I get the following error:
C:\Users\kulkarni_an\Downloads\spring-boot-websocket-stomp-server-send…
-
Once webj adds support for basic auth or allows access to the request headers, we'll need to add a Websocket example for java/webj
https://github.com/web3j/web3j/pull/664