i am storing users who are currently in a chatroom...
# durable-objects
s
i am storing users who are currently in a chatroom (no websockets) in a
this.users
variable in the DO class. if two users are doing post requests to the DO at the same time, sometimes it doesn't show all of them is it because that memory is wiped before another user can send a request to the same DO namespace