Debasish Ghosh

Results 167 comments of Debasish Ghosh

The erstwhile dispatch is now classic dispatch. I have now ported sjson to 2.10 but removed the reflection based serialization part.

Currently the supported message type for pubsub is String. Can you use it with Base64 conversion - converting byte array to base64 string ? Adding binary support would not be...

Thanks for reporting. Will look into it shortly ..

Please provide a failing test which I can use to replicate the error. Thanks.

Thanks for reporting. I will take a look though I am struggling for free cycles with all the other stuff going around. Just a few questions .. 1. Is there...

Thanks @ezhulkov - I will take a look.

I tried with the following test snippet .. ```scala package com.redis import org.scalatest.FunSpec import org.scalatest.BeforeAndAfterEach import org.scalatest.BeforeAndAfterAll import org.scalatest.Matchers import org.scalatest.junit.JUnitRunner import org.junit.runner.RunWith @RunWith(classOf[JUnitRunner]) class FooSpec extends FunSpec with Matchers...

I tried with just the `r.ping` without the `println` because I also was thinking of the flush situation. Could not replicate the problem. For multithreading the recommended way is to...

When using the pool, if a connection gets into a bad state (somehow, maybe the thread in which the connection was being used dies) and gets returned to the pool...

I will take a look over this weekend.