Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Upgrade thrift plugin #12

Merged
merged 1 commit into from Dec 27, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -120,8 +120,7 @@ class ParrotUdpTransportSpec extends SpecificationWithJUnit {
{ transport.asInstanceOf[ParrotUdpTransport[ParrotRequest, String]].allRequests.get } must
eventually(be(requestStrings.size))
} finally {
feeder.shutdown()
server.shutdown()
feeder.shutdown() // this will implicitly shut down the server as well
}
}
}
Expand Down