forked from adam/discord-bot-shtik
channels web admin, error 500 #57
Labels
No Label
Feature (admin)
Feature (chat)
Platform
Problem
blocked
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: greyn/vassago#57
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
"i should use a static class" "i should use a singleton"
the wheel of fate turns again.
...ok to be less cryptic: my static class is not as "thread safe" as I was hoping; I have accidentally shared
channelCacheDirty
and not sharedchannels
.i need there to be precisely one instance of this member. and indeed, the whole class. and there's a pattern for that... Singleton (scattered gasps in background)