gregoriusxu / booksleeve

Automatically exported from code.google.com/p/booksleeve
Other
0 stars 0 forks source link

RedisSubscriberConnection always in Opening ConnectionState #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create instance of RedisSubscriberConnection(serverIP)
2. Open() subscriber connection
3. (Optional) Subscribe to channels and receive published messages
4. Check Subscriber Connection state it is always "Opening"

What is the expected output? What do you see instead?
I would expect that the connection state would change to "Open" once the 
connection was opened successfully, just as RedisConnection does. The Redis 
Subscriber Connection is initialized as "Shiny" when it is instantiated, then 
changes to "Opening" when Open() is called, yet it never changes to "Open", 
even if server communication is working perfectly.

What version of the product are you using? On what operating system?
Booksleeve: 1.2.0.8 (NuGet)
Redis: 2.4.18 AND 2.6.10

Original issue reported on code.google.com by Reece.Sean on 5 Mar 2013 at 2:18

GoogleCodeExporter commented 8 years ago
I've just updated our project to Booksleeve 1.3.26 (newest as of this writting) 
and it appears that this issue has been fixed.

Please close this issue when possible.

Thanks!

Original comment by Reece.Sean on 15 Apr 2013 at 6:43

GoogleCodeExporter commented 8 years ago

Original comment by marc.gravell on 15 Apr 2013 at 6:49