Example #1
0
 def server():
     talk = SocketTalk.server(addr)
     assert talk.get() == 'one'
     talk.put('two')
     talk.close()