Advertising
advertising
related pastes to tag 'amqp'
- 1883073 - WebSockets/AMQP chat client : python amqp websockets
-
- # -*- coding: utf-8 -*-
- import sys
- import random
- import time
- import select
- import logging
- from logging import handlers
- if hasattr(select, "poll"):
- 1881774 - Plugging AMQP and WebSockets: python amqp websockets
-
- # -*- coding: utf-8 -*-
- import sys
- import time
- import select
- import logging
- from logging import handlers
- if hasattr(select, "poll"):
- from asyncore import poll2 as poll