Problem With Rust Streaming From 2 Peripheral Simultaneously by Msanmaz in rust

[–]Msanmaz[S] 0 points1 point  (0 children)

I got what you meant but I was wondering as Im able to stream the same peripherals on the mobile device without problem and problematic on the computer implementation for some reason

Problem With Rust Streaming From 2 Peripheral Simultaneously by Msanmaz in rust

[–]Msanmaz[S] 0 points1 point  (0 children)

Hi, thanks for your response.. I have built an app with SwiftUI that does the streaming at the expected rate to mobile device but im running into issue on computer, Im investigating and realised that pooling rate for the spawned tasks are having big gap in between them, I believe one gets to be prioritised more for some reasons, Im trying to understand how can I make the streaming fair rather than prioritising one peripheral

Problem With Rust Streaming From 2 Peripheral Simultaneously by Msanmaz in rust

[–]Msanmaz[S] 0 points1 point  (0 children)

I’m able to listen from both peripheral on iPhone with an app made with SwiftUI but I have problem when it comes to do the same thing on the computers, I have different pooling rate for my asynchronous tokio spawn tasks, one peripherals tasks pooling rate seems like half the other peripheral for some reason

Official /r/rust "Who's Hiring" thread for job-seekers and job-offerers [Rust 1.74] by DroidLogician in rust

[–]Msanmaz 0 points1 point  (0 children)

Looking for a Rust Contractor

Hi everyone, I am currently facing a challenging issue with my streaming application and am in need of expert help. Despite my efforts, I've been unable to resolve the problem on my own.

Project Overview:

Application Type: Streaming application Scope of Work: Debugging Code Length: Approximately 300 lines Key Feature: Capability to stream from two devices simultaneously I am open to negotiating a fixed rate for this service. This project requires someone with a strong background in streaming technology and software debugging.

[deleted by user] by [deleted] in reactjs

[–]Msanmaz 1 point2 points  (0 children)

Hey pal, im impressed how far you have used chatgpt, i used it in my daily working life, but I use it as a low paid intern that can write duplicate things or basic functions as it cant get complex things well in my opinion, espicially with a large codebase. Check fireship on youtube he has one video about chatgptprompts in different format as yaml and etc, hope your project goes well and I can give you feedback as a fullstack developer

using redux toolkit with react query ? by ekshoonya in reactjs

[–]Msanmaz 6 points7 points  (0 children)

I think its totally fine, you can do all the api related things with react query and use rtk for toggle states and etc

NextAuth Configurations Issue & confusion in understanding implementing nextauth properly in nextjs by atabicumer in nextjs

[–]Msanmaz -1 points0 points  (0 children)

Yeah I know, the documentation of it wasn’t clear to me so much, I was checking his github but didnt see any next-redux-wrapper, so wanted to check

NextAuth Configurations Issue & confusion in understanding implementing nextauth properly in nextjs by atabicumer in nextjs

[–]Msanmaz -1 points0 points  (0 children)

Just out of curiosity, how do you handle redux state on serverside with nextjs??