Hi Raymond,

I'm very sorry for the delay.

Great thanks!
It solved the problem occurred on our Travis-CI tests.

I made a patch for this issue and will post on this mailing list.

Many Many Thanks!
Iwase

On 2017年04月13日 05:48, Raymond Burkholder wrote:
>> FYI, a similar issue has been opened from 5 days ago in Github Issue of
>> eventlet.
>> Please check it:
>> https://github.com/eventlet/eventlet/issues/401
>>
> 
> I added my issue to that ticket and had a response.  It eliminated the 
> exception, but I havn't tested the operation of the code yet.
> 
> Making the following change to 
> /usr/local/lib/python2.7/dist-packages/ryu/lib/hub.py eliminated the 
> exception (add 'eventless.sleep()) to line 32 of the file after the import 
> statement):
> 
> if HUB_TYPE == 'eventlet':
>     import eventlet
>     eventlet.sleep()
>     import eventlet.event
>     import eventlet.queue
>     import eventlet.semaphore
>     import eventlet.timeout
>     import eventlet.wsgi
> 
> 

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to