Frozen Breadstick
Frozen Breadstick
CC#
Created by Frozen Breadstick on 5/20/2025 in #help
✅ Windows Development NamedPipeServerStream in dll halting communications with client
but it causes like 15 errors due to version differences
254 replies
CC#
Created by Frozen Breadstick on 5/20/2025 in #help
✅ Windows Development NamedPipeServerStream in dll halting communications with client
it's simple to migrate to
254 replies
CC#
Created by Frozen Breadstick on 5/20/2025 in #help
✅ Windows Development NamedPipeServerStream in dll halting communications with client
I will figure it out in future
254 replies
CC#
Created by Frozen Breadstick on 5/20/2025 in #help
✅ Windows Development NamedPipeServerStream in dll halting communications with client
I dropped json
254 replies
CC#
Created by Frozen Breadstick on 5/20/2025 in #help
✅ Windows Development NamedPipeServerStream in dll halting communications with client
Which version of System.Text.Json should I use for .NET 4.7.2
254 replies
CC#
Created by Frozen Breadstick on 5/20/2025 in #help
✅ Windows Development NamedPipeServerStream in dll halting communications with client
Shit man I am getting compatibility errors
254 replies
CC#
Created by Frozen Breadstick on 5/20/2025 in #help
✅ Windows Development NamedPipeServerStream in dll halting communications with client
how fast is the deserialiser
254 replies
CC#
Created by Frozen Breadstick on 5/20/2025 in #help
✅ Windows Development NamedPipeServerStream in dll halting communications with client
and value is a string
254 replies
CC#
Created by Frozen Breadstick on 5/20/2025 in #help
✅ Windows Development NamedPipeServerStream in dll halting communications with client
T is the struct to deserliase to
254 replies
CC#
Created by Frozen Breadstick on 5/20/2025 in #help
✅ Windows Development NamedPipeServerStream in dll halting communications with client
and on the C# is there like a deserialisation?
254 replies
CC#
Created by Frozen Breadstick on 5/20/2025 in #help
✅ Windows Development NamedPipeServerStream in dll halting communications with client
Cool
254 replies
CC#
Created by Frozen Breadstick on 5/20/2025 in #help
✅ Windows Development NamedPipeServerStream in dll halting communications with client
I still call pipe.flush() tho yes?
254 replies
CC#
Created by Frozen Breadstick on 5/20/2025 in #help
✅ Windows Development NamedPipeServerStream in dll halting communications with client
ah i see
254 replies
CC#
Created by Frozen Breadstick on 5/20/2025 in #help
✅ Windows Development NamedPipeServerStream in dll halting communications with client
jumpDown = False
slideDown = False
leftDown = False
rightDown = False
grappleDown = False
boostDown = False
itemDown = False

cmd = {
"Jump": jumpDown,
"Slide": slideDown,
"Left": leftDown,
"Right": rightDown,
"Grapple": grappleDown,
"Boost": boostDown,
"Item": itemDown
}
jumpDown = False
slideDown = False
leftDown = False
rightDown = False
grappleDown = False
boostDown = False
itemDown = False

cmd = {
"Jump": jumpDown,
"Slide": slideDown,
"Left": leftDown,
"Right": rightDown,
"Grapple": grappleDown,
"Boost": boostDown,
"Item": itemDown
}
254 replies
CC#
Created by Frozen Breadstick on 5/20/2025 in #help
✅ Windows Development NamedPipeServerStream in dll halting communications with client
@jborean
254 replies
CC#
Created by Frozen Breadstick on 5/20/2025 in #help
✅ Windows Development NamedPipeServerStream in dll halting communications with client
pipe.write(json.dumps(cmd).encode()) ?
254 replies
CC#
Created by Frozen Breadstick on 5/20/2025 in #help
✅ Windows Development NamedPipeServerStream in dll halting communications with client
For such a small usecase is it even worth using json
254 replies
CC#
Created by Frozen Breadstick on 5/20/2025 in #help
✅ Windows Development NamedPipeServerStream in dll halting communications with client
honestly
254 replies
CC#
Created by Frozen Breadstick on 5/20/2025 in #help
✅ Windows Development NamedPipeServerStream in dll halting communications with client
And I assume similarly the other way around, I just create stuff in python and use json.dumps?
254 replies
CC#
Created by Frozen Breadstick on 5/20/2025 in #help
✅ Windows Development NamedPipeServerStream in dll halting communications with client
gotcha
254 replies