Update for eventcore 0.5.0 and the latest DMD beta.
This commit is contained in:
parent
d7243dcd39
commit
c08f101549
8 changed files with 32 additions and 210 deletions
|
@ -7,7 +7,7 @@ class C {
|
|||
|
||||
this()
|
||||
{
|
||||
m_conn = connectTCP("google.com", 443);
|
||||
m_conn = connectTCP("example.com", 443);
|
||||
}
|
||||
|
||||
~this()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue