❔ Can I Fire and forget ALOT of tasks? If so how do i do this efficiently?
I have a websocket connection, the server will always only have one task that reads from it, but after it has read the message and passed it onto the message handler i want it to begin reading the next message and forget the task it just started...
This might result in alot of tasks being started, how do i do this in a efficient manner, or should i not do this at all?
This might result in alot of tasks being started, how do i do this in a efficient manner, or should i not do this at all?