christian3042
christian3042
Other Github projects that I have checked, always have mentioned the license name - either in the file name or within the file itself. I think there is not a...
Hi @Totodore, thanks for the response. Sorry for providing mismatched logfiles. This time I checked it and the logs are in sync. I ran the server and client on my...
Hi @Totodore, I was further investigating the issue with Wireshark and logged the network traffic between client and server, which I had deployed on my local machine. I could reproduce...
Hi @Totodore thanks for providing the fix. However, I cannot build the project with the given branch. I'm facing the following error message: ``` error[E0599]: the method `with` exists for...
Thanks, I made it run and tested it. Unfortunately, the issue still occurs. Attached the Wireshark traffic with the fix-branch deployed. The issue starts ocurring from package 883. For me...
Attached the server log and wireshark recording. I cannot provide the client side logs, as they are not showing up in my Angular application. To make this work, I guess...
Yes, I ran cargo update, before the recording. Here is my git diff: -source = "git+https://github.com/Totodore/socketioxide.git?branch=fix-upgrade-process#999ca8818efe0d5ce14211b24c35d79bf3cbef19" +source = "git+https://github.com/Totodore/socketioxide.git?branch=fix-upgrade-process#4c236c3cbd30224d49ee7b8e50cd9af5fa74b607"
Sure I will try to provide a working example. However, it may take some time.
@Totodore please try checking out the following repositories: - [socketio-server](https://github.com/christian3042/socketio-server) - [socketio-client](https://github.com/christian3042/socketio-client) I already provided these minimal client and server implementation before and just bumped up the versions and updated...
Hi @Totodore I can confirm, that it works now perfectly fine. I couldn't face the issue anymore. Thank you very much for fixing the issue. It really helps me with...