-
Hi, our integration with django-redisboard went well in DEV. But as we pushed this to our non-DEV environments, we are observing weird `KeyError: 'status'` issues. Here is what I tried:
1) Adde…
-
I think that the compaction process has a memory leak.
![image](https://github.com/user-attachments/assets/17583f66-2f23-4eef-b8ca-b43cf273f63f)
I will try to figure out why.
-
import "github.com/quasoft/memstore"
type MemStore struct {
Codecs []securecookie.Codec
Options *sessions.Options
**cache** *cache
}
**“cache”** is not cleaned and grows as the program r…
-
Tried running memstore example with -race and and got errors.
After submitting PR #780 in an attempt to make memstore threadsafe, discovered that it can be threadsafe but not consistent for readers…
-
Hi,
I am working with expressjs session as part of my application.
Sometimes, when a logout occurs, the code is trying to reload the session which is 'undefined' by then.
Is it possible to hav…
-
System: win10
node.js: 4
expressjs: 4
![360 -3890578](https://cloud.githubusercontent.com/assets/3870098/13551927/231ecdc8-e385-11e5-8c6a-6de0dfe8b7e8.jpg)
When I copied the example,the error shows an…
-
Hi,
I try to use sessions in a unit test, but I'm facing a problem when trying to test a class, which uses "github.com/gin-contrib/sessions".
This is a stripped down version of a code which I'…
-
**Problem statement**
Currently, Openraft does not use Protocol Buffers (proto) messages; instead, it passes Rust structs for internal communication. This necessitates that anyone writing a gRPC netw…
-
Hi,
I wanted to install imaginary with `go get -u github.com/h2non/imaginary`
I got this message `package gopkg.in/throttled/throttled.v2: code in directory /home/user/go/src/gopkg.in/throttled/thro…
-
Hi,
I have a working eventsource configuration with nchan 1.1.15. I upgraded it to nchan 1.2.1, but it didn't worked.
I got the following error messages in error.log:
2018/08/03 08:33:45 [error] 1…