Hwanseok Kang (Barth)
Hwanseok Kang (Barth)
### 일시적 해결 방법 Manifest merging을 활용하여 일시적인 해결이 가능합니다. `android/app/src/main/AndroidManifest.xml` 파일에 MainActivity와 동일한 레벨에 다음을 추가해주시면 됩니다 ``` ```
Instead of using `authGuard` on `handleConnection`, I think the following approach can solve this problem alternatively. ### Example chat server ``` ts // in gateway async handleConnection(socket) { const user:...
Hi @ChrisKatsaras, A lot of time has passed since my last nestjs gateway coding.. so maybe I cannot explain it accurately. Please be aware of it. `Websocket Exception Filters` and...
@ChrisKatsaras I forgot to attach `await` statement on my above example. You're using `await` statement on `const user = await whatEverFindOrVerifyUser();` right? Because it does not make sense that jumps...
Same as IOS
Are these two exactly the same to publish or unpublish?
But then, how can I unpublish audio or video only?
@LichKing-2234 I feel it works properly but only throws platform exception right? If above is correct then, could I just try and empty catch the method?
@littleGnAl Same issue with @nizwar came out since 5.3.0 and its portion is rapidly increasing. My log has more information I think ``` Fatal Exception: NSInternalInconsistencyException 0 CoreFoundation 0x99d78 __exceptionPreprocess...
Any further updates?