dhasenan / damask

MUD server in D, with procedural generation
Apache License 2.0
2 stars 0 forks source link

Telnet seems to eat a data character after a telnet subcommand #13

Open dhasenan opened 7 years ago

dhasenan commented 7 years ago

Maybe in other situations. Redo telnet thing to use streams.

Unfortunately, it doesn't look like vibe.d has plain sockets.

dhasenan commented 7 years ago

...it totally has TCP streams. I can make them do what I need.

This means I have to use the vibe fiber scheduler, at least for this portion of things. Well, that means I have less work, overall.

dhasenan commented 7 years ago

...it totally has TCP streams. I can make them do what I need.

This means I have to use the vibe fiber scheduler, at least for this portion of things. Well, that means I have less work, overall.