Re: Looking for a team to join

2024-01-11 Thread Hudaifa Salih
Hi and thank you for your reply Im learning but I have the patience to get into doing things and solve problems I like software development On Mon, Jan 8, 2024 at 22:15 Srinivasulu Kethanaboina < kethanaboinasrin...@gmail.com> wrote: > i like your work .can you tell me what can you do. > > On Mo

Re: Looking for a team to join

2024-01-11 Thread Hudaifa Salih
You can find me on twitter X On Tue, Jan 9, 2024 at 04:04 Hudaifa Salih wrote: > Hi and thank you for your reply Im learning but I have the patience to get > into doing things and solve problems I like software development > > On Mon, Jan 8, 2024 at 22:15 Srinivasulu Kethanaboina < > kethanaboin

Re: Looking for a team to join

2024-01-11 Thread Hudaifa Salih
My twitter @hudy On Tue, Jan 9, 2024 at 04:05 Hudaifa Salih wrote: > You can find me on twitter X > > On Tue, Jan 9, 2024 at 04:04 Hudaifa Salih wrote: > >> Hi and thank you for your reply Im learning but I have the patience to >> get into doing things and solve problems I like software dev

Re: Looking for cross platform development partners

2024-01-11 Thread Srinivasulu Kethanaboina
I am interested on joining to yours team sir On Tue, Jan 9, 2024, 5:39 PM redsto...@163.com wrote: > Hello, my resume at > https://drive.google.com/file/d/14NgAvAMk2T-ed9NnA34PgilxC97lxGQW/view > > 在2023年12月21日星期四 UTC+8 02:20:23 写道: > >> Hi All, >> I am Looking for a team of development partners

Re: Who wants to join us to program an app for the play store that will consist of a nutritionist on the phone

2024-01-11 Thread Victoria Adebiyi Precious
Good day. Is this opportunity still available? I'm interested. I tried but the number isn't on WhatsApp. If yes, kindly add me to the group. +2347068452733. Thank you very much! On Sat, 30 Dec 2023, 4:12 pm Abdulrahman Abbas, wrote: > I'm interested your WhatsApp number it's either is incomplete

What should I do if I want to send `self.channel_layer.group_send` immediately?

2024-01-11 Thread Kazuki Nagayama
django = 5..0.1 channels = 4.0.1 I have code like below. ```python class ChatConsumer(AsyncWebsocketConsumer): async def receive(self, text_data): await self.channel_layer.group_send( roomId, {"type": "chat_message", "message": "first_chatMessage"}