Patrick Kabwe
Patrick Kabwe
For someone interested in using WebSockets via node server and socket.io check out this snippet ```js import { serve } from "@hono/node-server"; import { Hono } from "hono"; import type...
> It seems happened when socket.io version `>= 4.5.3` temporarily downgrade to `4.5.2` worked for me. It didnt work on my end, can you share example project. Thanks
Please update your Kotlin version to the latest version `1.7.20`. hope this helps
Hi @yusukebe, I appreciate the code snippet you provided earlier. I realized that I wasn't including the basePath in the request method. My assumption was that since the basePath is...
@smriti-spotnana Any suggestion?
@mrousavy PR is ready for review
> To make it work properly on iOS, `(un)mountChildComponentView` should be passed thru to contentView: > > ``` > - (void)mountChildComponentView:(UIView*)childComponentView > index:(NSInteger)index { > [self.contentView mountChildComponentView:childComponentView index:index]; > }...
@mrousavy PR is ready for review. please take a look once you get some time
> I found some code structure changes. The idea is good, but execution could be improved Thanks for the feedback. I’ve addressed the concerns you raised please take another look.
@mrousavy Is there anything outstanding on this PR aside from the recent merge conflicts? I’m currently developing a library that relies on this functionality, maintaining local patches has been workable...