Remove unused message type "cogs_environment"#53
Conversation
|
I believe we're still sending a message that looks like this to the Media Master: https://github.com/clockwork-dog/cogs/blob/main/src/server/socketServer.ts#L652 Should we remove this as well? |
It feels to me like a useful bit of info we could hang conditional logic on in the future if we need specific behaviour for a COGS version. (Not a neat solution, but potentially a useful escape hatch.) Maybe we should make use of this type in the implementation? |
Agreed we can remove and are also removing from COGS side |
This is a remnant of the HTTP/2 asset server system which is no longer in use