You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
StackExchange.Redis (C#) Redis client opens a SUBSCRIBE channel as part of its normal connection process. The client then sends PING routinely on this channel to make sure its alive.
Describe the bug
StackExchange.Redis (C#) Redis client opens a SUBSCRIBE channel as part of its normal connection process. The client then sends PING routinely on this channel to make sure its alive.
The tile38 server does not accept PING though.
tile38/internal/server/pubsub.go
Lines 329 to 349 in d7a766c
Expected behavior
It should respect the PING command as the error message it sends back explicitly says it does.
tile38/internal/server/pubsub.go
Lines 218 to 228 in d7a766c
Logs
This is the error as the client closes the connection due to
ProtocolError
The server side appears to open and then drop the connection:
Operating System (please complete the following information):
The text was updated successfully, but these errors were encountered: