RealUser1234

This is a new bio for this account. This bio will be used as a test to see if my code will send just the bio if i don't pick the both option.

Recent Posts

RealUser1234

I finally figured out how to add multiple posts in the same input.

RealUser1234

Before It could only add one of the addpost requests. Now it can do as many as it needs too. I was thinking about doing that with delpost, but I think that would be too hard with how much the indexes would change with each delete.

RealUser1234

Oh, weird then because mine works when I send both the bio and the post in the same connection (Of course they're in their own if blocks so it only sends what the user wants to send). I was wonding though because the server responds with " " when I send the bio or the post while using the vs dubugger.

RealUser1234

Dingus were you testing your sned function with a debugger?

RealUser1234

How did you get your client to send the post but not the bio?

RealUser1234

I agree the professor's accent is pretty cool. Is it French?

RealUser1234

You got this dingus

RealUser1234

This is my first post on this account (Don't pay attention to all of the other test post). You know what was weird about my connection function? It was very janky with sending the bio and sending the chosen post while I was trying to debug in vs, but when I just ran the code at full speed it worked perfectly (minus the bugs I still have to work out on my internal code).