Update for eventcore 0.5.0 and the latest DMD beta.

This commit is contained in:
Sönke Ludwig 2016-10-24 08:22:37 +02:00
parent d7243dcd39
commit c08f101549
8 changed files with 32 additions and 210 deletions

View file

@ -7,7 +7,7 @@ class C {
this()
{
m_conn = connectTCP("google.com", 443);
m_conn = connectTCP("example.com", 443);
}
~this()