Luis Enrique Muñoz Martín

Results 204 comments of Luis Enrique Muñoz Martín

> I think it's good to abstract a bit the core from the dependency Totally agree. In the first designs, I did not think about targets where `mio` was not...

Hi Markus, thanks! The explorers API do not expose the possibility to start TCP/UDP connections directly. If you want to connect to a server you need to do it by...

Regarding Websocket clients that can connect to message-io, any library that implements WebSocket using the web-sys interfaces can do the job. A minor detail is that the message-io WebSocket adapter...

Hi @temclaugh, ~~It seems a bug~~, I will investigate it. Thanks for notifying!

I look more deeply into the use case. The problem is that message-io uses WebSocket in `binary` mode and the `echo.websocket.org` expected in text mode. At this moment there is...

Thanks for the detailing the error. You are right, it's a problem to the whole wss indendently of the text/binary modes. I was looking into it and after making the...

Thanks again @RobDavenport. I put a big effort to clean the internals to make message-io "easy" to contribute. As an overview (as you say, I will open some related issues):...

Hi @iMplode-nZ, I do not know `webRTC` in-depth, so for this feature, I will need some help from contributors or make time to analyze how it works before. At this...

Hi @sigmaSd, I had no opportunity to test it. But if you consider the feature is working, I'm ok with adding it.

Hi, probably the above list is outdated, and the State of the Art regarding this has evolved since I wrote it. I'm not making active changes in `message-io` now. But...