Jebbs / DSFML

DSFML is a D binding of SFML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix TCP and UDP raw data receiving

Jebbs opened this issue · comments

Like the title says, these need to be fixed.

They should use arrays that have already been allocated, but I do some weird stuff to get an array in the C++ side and then duplicate it in the D side. This needs to be cleaned up.