Simultaneous Connections
- 
					
					
					
					
 Hi All Is it possible to maintain two (or more) active connections at the same time? And is it then possible to service these different connections with independent (non-blocking) threads? For example; is it possible to send LORA packets on the first thread, and use the second thread to connect to a WIFI network and send data over it? Thanks