ConduitPlatform / Conduit

Batteries-included backend that works with any stack.

Home Page:https://getconduit.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] RoutingManager stringifies strings

kon14 opened this issue · comments

Describe the bug
RoutingManager sometimes ends up stringifying strings.
One instance of this is Chat's socket path ending up as /chat/"/".

Marking this for proper testing.

I think this was caused solely by the Routing manager, but I'll investigate the stringify usage in general to see if any other utility causes it also.